RVTDocs.com

FailureMessageAccessor.HasResolutionOfType

Method
Description:
Checks if failure has a resolution of a given type.
Parameters
Parameter Type Description
type FailureResolutionType The type of resolution.
Return Value
Type Description
Boolean True if failure has a resolution of a given type, false otherwise.
Exceptions
Exception Condition
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration
InvalidOperationException This FailureMessageAccessor has not been properly initialized.