Click or drag to resize
DidNotConvergeException Constructor (String, Int32)
Maximum number of iterations exceeded.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public DidNotConvergeException(
	string message,
	int maximumNumberOfIterations
)

Parameters

message
Type: SystemString
The error message that explains the reason for the exception.
maximumNumberOfIterations
Type: SystemInt32
Maximum number of iterations allowed.
See Also