Click or drag to resize
TooManyCallsException Constructor (String)
The number of calls to the function has exceeded the maximum number of iterations times the number of moving average (MA) parameters+1.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public TooManyCallsException(
	string message
)

Parameters

message
Type: SystemString
The error message that explains the reason for the exception.
See Also