Maximum number of iterations exceeded.

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

Syntax

C#
public TooManyIterationsException(
	string s,
	Object[] args
)
Visual Basic (Declaration)
Public Sub New ( _
	s As String, _
	args As Object() _
)
Visual C++
public:
TooManyIterationsException(
	String^ s, 
	array<Object^>^ args
)

Parameters

s
Type: System..::.String
The error message that explains the reason for the exception.
args
Type: array< System..::.Object >[]()[]
Arguments for the error message.

See Also