RVTDocs.com

FailuresAccessor.DeleteAllWarnings

Method
Description:
Deletes all FailureMessages of severity "Warning" currently posted in a document.
Remarks:
Warnings are deleted immediately and will not be accessible by any further failures processing. Any accessors for these failure messages become invalid.
Syntax
public void DeleteAllWarnings()
Exceptions
Exception Condition
InvalidOperationException This FailuresAccessor is inactive (is used outside of failures processing).