FailuresAccessor.DeleteWarning
Method
Description:
Deletes one specific failure message of severity "Warning".
Deletes one specific failure message of severity "Warning".
Parameters
Parameter | Type | Description |
---|---|---|
failure | FailureMessageAccessor | The accessor to the warning to be deleted. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | failure has not been properly initialized. -or- Severity of failure is not FailureSeverity::Warning. |
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | This FailuresAccessor is inactive (is used outside of failures processing). |