IMSL C# Numerical Library |
|
DidNotConvergeException Constructor (String, Int32)
Maximum number of iterations exceeded.
public DidNotConvergeException(
string message,
int maximumNumberOfIterations);
Parameters
-
message
- The error message that explains the reason for the exception.
-
maximumNumberOfIterations
- Maximum number of iterations allowed.
See Also
DidNotConvergeException Class | Imsl.Math Namespace | DidNotConvergeException Constructor Overload List