The equality constraints and the bounds on the variables are found to be inconsistent.

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

Syntax

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

Exceptions

ExceptionCondition
Imsl.Stat..::.EqConstrInconsistentException The equality constraints and the bounds on the variables are found to be inconsistent.

Inheritance Hierarchy

See Also