NumericalPropagationException Constructor (String) |
Initializes a new instance with a specified error message.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic NumericalPropagationException(
string message
)
Public Sub New (
message As String
)
public:
NumericalPropagationException(
String^ message
)
new :
message : string -> NumericalPropagationException
Parameters
- message
- Type: SystemString
The error message that explains the reason for the exception.
See Also