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 Object → Error → RuntimeError
Attributes NullableContextAttribute, NullableAttribute
Properties
Exception
public Exception Exception { get; }
Property Value
Message
public string Message { get; }
Property Value
Constructors
RuntimeError(Exception)
public RuntimeError(Exception exception)
Parameters
exception Exception