 | BcfForeignKeyConstraintException Constructor (String, String, Int32) |
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic BcfForeignKeyConstraintException(
string message,
string relationName,
int rowId
)
Public Sub New (
message As String,
relationName As String,
rowId As Integer
)
Parameters
- message
- Type: SystemString
The error message that explains the reason for the exception. - relationName
- Type: SystemString
The relation name of violated key - rowId
- Type: SystemInt32
The RowId of violating BcfRow.
See Also