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