Sets options for handling failures to be used when the transaction is being committed or rolled back.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public void SetFailureHandlingOptions( FailureHandlingOptions options )
Parameters
- options FailureHandlingOptions
- An instance of FailureHandlingOptions to be applied to the transaction
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |