FailureDefinitionAccessor.IsResolutionApplicable
Description:
Checks if the given resolution type is applicable to the failure.
Checks if the given resolution type is applicable to the failure.
public bool IsResolutionApplicable(
FailureResolutionType type
)
-
typeThe resolution type to check.
Return Value
Boolean
True if the given resolution type is applicable to the failure, false otherwise.
-
A value passed for an enumeration argument is not a member of that enumeration
-
The FailureDefinitionAccessor has not been properly initialized.