Changes the name of the transaction for which failures are being processed.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public void SetTransactionName( string transactionName )
Parameters
- transactionName String
- The name of the transaction to set.
Exceptions
Exception | Condition |
---|---|
ArgumentException | transactionName is an empty string. |
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | This FailuresAccessor is inactive (is used outside of failures processing). |