MaxNumberStepsAllowedException Constructor (Int32) |
Maximum number of steps allowed exceeded.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public MaxNumberStepsAllowedException(
int maxSteps
)
Public Sub New (
maxSteps As Integer
)
public:
MaxNumberStepsAllowedException(
int maxSteps
)
new :
maxSteps : int -> MaxNumberStepsAllowedException
Parameters
- maxSteps
- Type: SystemInt32
Maximum number of steps allowed.
See Also