Click or drag to resize
MaxNumberStepsAllowedException Constructor (Int32)
Maximum number of steps allowed exceeded.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public MaxNumberStepsAllowedException(
	int maxSteps
)

Parameters

maxSteps
Type: SystemInt32
Maximum number of steps allowed.
See Also