DidNotConvergeException Constructor (String, Int32) |
Maximum number of iterations exceeded.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public DidNotConvergeException(
string message,
int maximumNumberOfIterations
)
Public Sub New (
message As String,
maximumNumberOfIterations As Integer
)
public:
DidNotConvergeException(
String^ message,
int maximumNumberOfIterations
)
new :
message : string *
maximumNumberOfIterations : int -> DidNotConvergeException
Parameters
- message
- Type: SystemString
The error message that explains the reason for the exception.
- maximumNumberOfIterations
- Type: SystemInt32
Maximum number of iterations allowed.
See Also