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: 24.2.419.0 (24.2.419.0)
Syntax public 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