- SomeNotInitialisedException
- ValueIsNoneException
- Default = new ValueIsNoneException()
- ValueIsNoneException ()
- ValueIsNoneException (string message)
- ValueIsNoneException (string message, Exception innerException)
- ValueIsNullException
- ValueIsNullException ()
- ValueIsNullException (string message)
- ValueIsNullException (string message, Exception innerException)
- ResultIsNullException
- ResultIsNullException ()
- ResultIsNullException (string message)
- ResultIsNullException (string message, Exception innerException)
- OptionIsNoneException
- OptionIsNoneException ()
- OptionIsNoneException (string message)
- OptionIsNoneException (string message, Exception innerException)
- EitherIsNotRightException
- EitherIsNotRightException ()
- EitherIsNotRightException (string message)
- EitherIsNotRightException (string message, Exception innerException)
- EitherIsNotLeftException
- EitherIsNotLeftException ()
- EitherIsNotLeftException (string message)
- EitherIsNotLeftException (string message, Exception innerException)
- NotAppendableException
- NotSubtractableException
- NotMultiplicableException
- NotDivisibleException
- RefValidationFailedException
- DeadlockException
class SomeNotInitialisedException Source #
Some T not initialised
constructor SomeNotInitialisedException (Type type) Source #
Ctor
class ValueIsNoneException Source #
Value is none
field ValueIsNoneException Default = new ValueIsNoneException() Source #
constructor ValueIsNoneException () Source #
Ctor
constructor ValueIsNoneException (string message) Source #
Ctor
constructor ValueIsNoneException (string message, Exception innerException) Source #
Ctor
class ValueIsNullException Source #
Value is null
constructor ValueIsNullException () Source #
Ctor
constructor ValueIsNullException (string message) Source #
Ctor
constructor ValueIsNullException (string message, Exception innerException) Source #
Ctor
class ResultIsNullException Source #
Result is null
constructor ResultIsNullException () Source #
Ctor
constructor ResultIsNullException (string message) Source #
Ctor
constructor ResultIsNullException (string message, Exception innerException) Source #
Ctor
class OptionIsNoneException Source #
Option T is none
constructor OptionIsNoneException () Source #
Ctor
constructor OptionIsNoneException (string message) Source #
Ctor
constructor OptionIsNoneException (string message, Exception innerException) Source #
Ctor
class EitherIsNotRightException Source #
Either is not right
constructor EitherIsNotRightException () Source #
Ctor
constructor EitherIsNotRightException (string message) Source #
Ctor
constructor EitherIsNotRightException (string message, Exception innerException) Source #
Ctor
class EitherIsNotLeftException Source #
Either is not left
constructor EitherIsNotLeftException () Source #
Ctor
constructor EitherIsNotLeftException (string message) Source #
Ctor
constructor EitherIsNotLeftException (string message, Exception innerException) Source #
Ctor