Reports a problem detected during execution of a rule.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void PostWarning( FailureMessage message )
Parameters
- message FailureMessage
- Warning describing the problem detected by a rule.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The message must have severity "warning". |
| ArgumentNullException | A non-optional argument was null |
| InvalidOperationException | Performance advisor is not executing rules. |
