 | BcfRelationRuleException Constructor (String, String, String, Int32) |
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic BcfRelationRuleException(
string message,
string ruleKind,
string relationName,
int rowId
)
Public Sub New (
message As String,
ruleKind As String,
relationName As String,
rowId As Integer
)
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