Click or drag to resize
CalculationWorks Logo
BcfComputeException Class
Base class of BcfRelationConstraintException and BcfCalculationException.
Inheritance Hierarchy

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

The BcfComputeException type exposes the following members.

Constructors
  NameDescription
Public methodBcfComputeException
Initializes a new instance of the BcfComputeException class.
Public methodBcfComputeException(String)
Initializes a new instance of the BcfComputeException class with a specified error message.
Public methodBcfComputeException(String, Exception)
Initializes a new instance of the BcfComputeException 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
Version Information

CalculationWorks.BusinessModel

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