FailuresAccessor.IsFailureResolutionPermitted(FailureMessageAccessor)
Method
Description:
Checks if default resolution of the failure is permitted.
Checks if default resolution of the failure is permitted.
Parameters
Parameter | Type | Description |
---|---|---|
failure | FailureMessageAccessor | The accessor to the failure to be resolved. |
Return Value
Type | Description |
---|---|
Boolean | True if default resolution of the failure is permitted |
Exceptions
Exception | Condition |
---|---|
ArgumentException | failure has not been properly initialized. |
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | This FailuresAccessor is inactive (is used outside of failures processing). |