FailureMessage.HasResolutionOfType
Description:
Checks if failure has a resolution of a given type.
Checks if failure has a resolution of a given type.
public bool HasResolutionOfType(
FailureResolutionType type
)
-
typeThe type of resolution.
Return Value
bool
True if the failure has a type of resolutions, else false.
-
A value passed for an enumeration argument is not a member of that enumeration