 | BcfException Constructor (String) |
Initializes a new instance of the
BcfException class with a specified error message.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxprotected BcfException(
string message
)
Protected Sub New (
message As String
)
Parameters
- message
- Type: SystemString
The error message that explains the reason for the exception.
See Also