FailureDefinition.GetResolutionCaption
Description:
Retrieves the caption for a specific resolution type.
Retrieves the caption for a specific resolution type.
public string GetResolutionCaption(
FailureResolutionType type
)
-
typeThe resolution type.
Return Value
string
The caption of the resolution.
-
Resolution of the type is not applicable to the failure.
-
A value passed for an enumeration argument is not a member of that enumeration
-
FailureDefinition does not have any resolutions.