Click or drag to resize
CalculationWorks Logo
BcfRollbackExceptionReason Property
Gets the specified reason when calling Rollback(Exception) or null if no reason was specified.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public Exception Reason { get; }

Property Value

Type: Exception
The reason.
See Also