Click or drag to resize
CalculationWorks Logo
BcfTypeConstraintException Class
This exception will be thrown when a cell should be updated with a value that does not pass the type constraint check.
Inheritance Hierarchy
SystemObject
  SystemException
    CalculationWorks.BusinessModelBcfTypeConstraintException

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

The BcfTypeConstraintException type exposes the following members.

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