FailuresAccessor.GetTransactionName Method

FailuresAccessorGetTransactionName Method

Retrieves the name of the transaction for which failures are being processed.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string GetTransactionName()
Public Function GetTransactionName As String
public:
String^ GetTransactionName()
member GetTransactionName : unit -> string 

Return Value

String
The name of the transaction for which failures are being processed.
Exceptions
ExceptionCondition
InvalidOperationException This FailuresAccessor is inactive (is used outside of failures processing).
See Also