Click or drag to resize

BcfRelationRuleException Constructor (String, String, String, Int32)

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

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

Parameters

message
Type: SystemString
The error message that explains the reason for the exception.
ruleKind
Type: SystemString
Kind of rule (RuleKindDelete and RuleKindUpdate)
relationName
Type: SystemString
Name of the BcfRelation the rule failed.
rowId
Type: SystemInt32
RowId of the BcfRow the rule failed.
See Also