The number of observations to be deleted (set by setObservationMax) has grown too large.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

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

Exceptions

ExceptionCondition
Imsl.Stat..::.DeleteObservationsException The number of observations to be deleted (set by setObservationMax) has grown too large.

Inheritance Hierarchy

See Also