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.0.0

Syntax

C#
[SerializableAttribute]
public class TooManyCallsException : IMSLException
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class TooManyCallsException _
	Inherits IMSLException
Visual C++
[SerializableAttribute]
public ref class TooManyCallsException : public IMSLException

Exceptions

ExceptionCondition
Imsl.Stat..::.TooManyCallsException the number of calls to the function has exceeded the maximum number of iterations times the number of moving average (MA) parameters + 1.

Inheritance Hierarchy

See Also