 | BcfCalculationException Constructor (String) |
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic BcfCalculationException(
string message
)
Public Sub New (
message As String
)
Parameters
- message
- Type: SystemString
The error message that explains the reason for the exception.
See Also