Error
Namespace: Bogoware.Monads
Base class for all errors.
public abstract class ErrorInheritance Object → Error
Attributes NullableContextAttribute, NullableAttribute
Properties
Message
The error message.
public abstract string Message { get; }Property Value
Constructors
Error()
protected Error()