The input variance is not in the allowed range.

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

Syntax

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

Exceptions

ExceptionCondition
Imsl.Stat..::.BadVarianceException The input variance is not in the allowed range.

Inheritance Hierarchy

See Also