FailureDefinition.IsResolutionApplicable
Method
Description:
Checks if the given resolution type is applicable to the failure.
Checks if the given resolution type is applicable to the failure.
Parameters
Parameter | Type | Description |
---|---|---|
type | FailureResolutionType | The resolution type to check. |
Return Value
Type | Description |
---|---|
Boolean | True if the given resolution type is applicable to the failure, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |