Maximum number of iterations exceeded.

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

Syntax

C#
[SerializableAttribute]
public class DidNotConvergeException : IMSLException
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class DidNotConvergeException _
	Inherits IMSLException
Visual C++
[SerializableAttribute]
public ref class DidNotConvergeException : public IMSLException

Exceptions

ExceptionCondition
Imsl.Math..::.DidNotConvergeException Maximum number of iterations exceeded.

Inheritance Hierarchy

See Also