Click or drag to resize
CalculationWorks Logo
BcfRelationConstraintException Constructor (String)
Initializes a new instance of the BcfRelationConstraintException class with a specified error message.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public BcfRelationConstraintException(
	string message
)

Parameters

message
Type: SystemString
The error message that explains the reason for the exception.
See Also