OperationFailed

Namespace: SnowBank.Threading.Operations · struct

Represents the result of a failed Operation.

Constructors

OperationFailed

OperationFailed(IOperationContext context)

Properties

Error

OperationError Error { get; }

Error produced by the failed operation.

Fields

Context

readonly IOperationContext Context

Context of the failed operation