Skip to content

RuntimeError

Namespace: Bogoware.Monads

Runtime errors are errors that depends on external factors and are to be considered as exceptional. For example: network errors, file system errors, etc.

public sealed class RuntimeError : Error

Inheritance ObjectErrorRuntimeError
Attributes NullableContextAttribute, NullableAttribute

Properties

Exception

public Exception Exception { get; }

Property Value

Exception

Message

public string Message { get; }

Property Value

String

Constructors

RuntimeError(Exception)

public RuntimeError(Exception exception)

Parameters

exception Exception