 | BcfForeignKeyConstraintException Constructor (String) |
[This is preliminary documentation and is subject to change.]
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic BcfForeignKeyConstraintException(
string message
)
Public Sub New (
message As String
)
Parameters
- message
- Type: SystemString
The error message that explains the reason for the exception.
See Also