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