FailureDefinition.GetResolutionCaption
Method
Description:
Retrieves the caption for a specific resolution type.
Retrieves the caption for a specific resolution type.
Parameters
Parameter | Type | Description |
---|---|---|
type | FailureResolutionType | The resolution type. |
Return Value
Type | Description |
---|---|
String | The caption of the resolution. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | Resolution of the type is not applicable to the failure. |
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |
InvalidOperationException | FailureDefinition does not have any resolutions. |