Share

FailuresAccessor.GetFailureHandlingOptions Method

Provides access to the failure handling options for the transaction currently being finished.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public FailureHandlingOptions GetFailureHandlingOptions()

Return Value

FailureHandlingOptions
The failure handling options for transaction currently being finished.

Exceptions

ExceptionCondition
InvalidOperationException This FailuresAccessor is inactive (is used outside of failures processing).

See Also

Reference

Was this information helpful?