Skip to content

Error

Namespace: Bogoware.Monads

Base class for all errors.

public abstract class Error

Inheritance ObjectError
Attributes NullableContextAttribute, NullableAttribute

Properties

Message

The error message.

public abstract string Message { get; }

Property Value

String

Constructors

Error()

protected Error()