Changes in 2020 vs 2027 3 changed
Flip API Versions →Changed members
FailureDefinition.AddResolutionType(FailureResolutionType, String, Type)
| type | FailureResolutionType | Type of the resolution to add. The type of resolution can be used only once for the FailureDefinition. |
| caption | String | A simple description of the resolution. |
| classOfResolution | Type | The runtime class of the resolution. Used to ensure that the actual FailureResoution object added to the instance of FailureMessage belongs to an applicable class. |
| → returns | FailureDefinition | The FailureDefinition. |
FailureDefinition.GetDescriptionText()
| → returns | String | The description text. |
FailureDefinition.SetDefaultResolutionType(FailureResolutionType)
| type | FailureResolutionType | The type of resolution to be used as default. |
| → returns | FailureDefinition | The FailureDefinition. |