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

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

Syntax

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

Exceptions

ExceptionCondition
Imsl.Math..::.VarBoundsInconsistentException the equality constraints and the bounds on the variables are found to be inconsistent

Inheritance Hierarchy

See Also