Click or drag to resize
CalculationWorks Logo
BcfRelationConstraintException Class
This exception will be thrown when a unique (including primary) or foreign-key constraint cannot be enforced.
Inheritance Hierarchy

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

The BcfRelationConstraintException type exposes the following members.

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