Click or drag to resize

BcfRelationConstraintException Constructor (String, String, String, Int32)

Initializes a new instance of the BcfRelationConstraintException class with a specified error message.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfRelationConstraintException(
	string message,
	string violation,
	string relationName,
	int rowId
)

Parameters

message
Type: SystemString
The error message that explains the reason for the exception.
violation
Type: SystemString
relationName
Type: SystemString
rowId
Type: SystemInt32
See Also