NonconvergenceException Constructor (String) |
Initializes a new non-convergence exception with the given exception message.
Namespace:
Meta.Numerics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public NonconvergenceException(
string message
)
Public Sub New (
message As String
)
public:
NonconvergenceException(
String^ message
)
new :
message : string -> NonconvergenceException
Parameters
- message
- Type: SystemString
The exception message.
See Also