Exceptions of this class are thrown when a modeling object that cannot be extracted is added to the invoking Cplex object.

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

Syntax

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

Inheritance Hierarchy

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

See Also