Maximum number of steps allowed exceeded.

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

Syntax

C#
public MaxNumberStepsAllowedException(
	int maxSteps
)
Visual Basic (Declaration)
Public Sub New ( _
	maxSteps As Integer _
)
Visual C++
public:
MaxNumberStepsAllowedException(
	int maxSteps
)

Parameters

maxSteps
Type: System..::.Int32
Maximum number of steps allowed.

See Also