OperationErrorException
Namespace: SnowBank.Threading.Operations · class
Implements: Exception, ISerializable
Exception that can be used to bubble up an OperationError from deep inside the execution of an Operatin.
Constructors
OperationErrorException
OperationErrorException(OperationError error, Exception inner = null)
OperationErrorException(string code, string message, object details = null, Exception exception = null)
OperationErrorException(string code, string message, object details = null, ExceptionDispatchInfo exception = null)
Properties
Error
OperationError Error { get; }
Error that should be returned by the top-level code that runs the operation.