Maximum number of iterations exceeded.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public DidNotConvergeException(
	string message,
	int maximumNumberOfIterations
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String, _
	maximumNumberOfIterations As Integer _
)
Visual C++
public:
DidNotConvergeException(
	String^ message, 
	int maximumNumberOfIterations
)

Parameters

message
Type: System..::.String
The error message that explains the reason for the exception.
maximumNumberOfIterations
Type: System..::.Int32
Maximum number of iterations allowed.

See Also