Too many steps were taken between two consecutive time steps.

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

Syntax

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

Exceptions

ExceptionCondition
Imsl.Math..::.TooManyStepsException too many steps were taken between two consecutive time steps.

Inheritance Hierarchy

See Also