TooManyIterationsException Constructor (Int32) |
Maximum number of iterations exceeded.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public TooManyIterationsException(
int maximumNumberOfIterations
)
Public Sub New (
maximumNumberOfIterations As Integer
)
public:
TooManyIterationsException(
int maximumNumberOfIterations
)
new :
maximumNumberOfIterations : int -> TooManyIterationsException
Parameters
- maximumNumberOfIterations
- Type: SystemInt32
A int which specifies the maximum number of iterations
allowed.
See Also