Click or drag to resize
CalculationWorks Logo
BcfRollbackException Class
This exception is thrown when a transaction rollback failed.
Inheritance Hierarchy
SystemObject
  SystemException
    CalculationWorks.BusinessModelBcfRollbackException

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

The BcfRollbackException type exposes the following members.

Constructors
  NameDescription
Public methodBcfRollbackException
Initializes a new instance of the BcfRollbackException class.
Public methodBcfRollbackException(String)
Initializes a new instance of the BcfRollbackException class.
Public methodBcfRollbackException(String, Exception)
Initializes a new instance of the BcfRollbackException class.
Public methodBcfRollbackException(String, Exception, Exception)
Initializes a new instance of the BcfRollbackException class.
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 propertyReason
Gets the specified reason when calling Rollback(Exception) or null if no reason was specified.
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