MaybeError
Namespace: System · struct
Represents an error captured during a computation
Remarks
Wraps any exception captured or returned by a called method
Constructors
MaybeError
MaybeError(Exception error)
MaybeError(ExceptionDispatchInfo capturedError)
Properties
Error
Exception Error { get; }
Methods
Throw
void Throw()