An instance of this exception is thrown by Cplex when a quadratic expression is encountered where it is not supported by Cplex.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
public class UnsupportedQException : CpxException
Visual Basic
Public Class UnsupportedQException _
	Inherits CpxException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    ILOG.Concert..::..Exception
      ILOG.CPLEX..::..CplexModeler..::..Exception
        CpxException
          ILOG.CPLEX..::..Cplex..::..UnsupportedQException

See Also