Click or drag to resize
CalculationWorks Logo
BcfUndoRedoException Class
Represents a fatal exception when undo or redo operations fail.
Inheritance Hierarchy
SystemObject
  SystemException
    CalculationWorks.BusinessModel.UndoRedoBcfUndoRedoException

Namespace: CalculationWorks.BusinessModel.UndoRedo
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntax
public class BcfUndoRedoException : Exception

The BcfUndoRedoException type exposes the following members.

Constructors
  NameDescription
Public methodBcfUndoRedoException
Initializes a new instance of the BcfUndoRedoException class.
Public methodBcfUndoRedoException(String)
Initializes a new instance of the BcfRollbackException class with a specified error message.
Public methodBcfUndoRedoException(String, Exception)
Initializes a new instance of the BcfUndoRedoException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Exception.)
Top
Remarks
When this exception is thrown the model is invalid an can not be restored.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.2, 3.0, 2.1, 2.0
See Also