FailureHandlingOptions Class

FailureHandlingOptions Class

Options to control how failures (if any occurred during the transaction) should be handled at the time the transaction is being ended.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBFailureHandlingOptions

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public class FailureHandlingOptions : IDisposable
Public Class FailureHandlingOptions
	Implements IDisposable
public ref class FailureHandlingOptions : IDisposable
type FailureHandlingOptions = 
    class
        interface IDisposable
    end

The FailureHandlingOptions type exposes the following members.

Properties
 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the FailureHandlingOptions
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetClearAfterRollback Obtains the flag indicating if all posted failures should be removed silently when transaction is being rolled back.
Public methodGetDelayedMiniWarnings Obtains the flag indicating if showing of mini-warning dialog should be delayed until the end of next transaction.
Public methodGetFailuresPreprocessor Gets the callback to be invoked in the beginning of failure processing.
Public methodGetForcedModalHandling Obtains the flag indicating if the error handling dialog shown at the end of the failing transaction should be modal.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTransactionFinalizer Gets the callback to be executed after transaction is completed.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSetClearAfterRollback Sets a flag indicating that Revit should clear all posted failures silently when the failing transaction is being rolled back intentionally. If not set, the failures may still be displayed to the user during rollback.
Public methodSetDelayedMiniWarnings Sets a flag indicating if Revit should delay the display of the mini-warning dialog (if one is to be shown as a result of warnings in the current transaction) until the end of the next transaction.
Public methodSetFailuresPreprocessor Sets the callback to be invoked in the beginning of failure processing.
Public methodSetForcedModalHandling Sets a flag indicating whether Revit will show a modal (blocking) error dialog if the transaction failed to finish.
Public methodSetTransactionFinalizer Sets the callback to be executed after the transaction is completed.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also