Sets failure handling options for the transaction currently being finished.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetFailureHandlingOptions(
FailureHandlingOptions options
)
Parameters
- options FailureHandlingOptions
-
The failure handling options to be set for the transaction currently being finished.
Exceptions
Remarks
If used with returning ProceedWithRollback from (pre)processing, allows to dismiss errors and roll back transaction
without any further failures processing and silently for the user.
See Also
Reference