Exceptions of this class are thrown if operations are attempted for modeling objects that not part of the active model.

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

Syntax

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

Inheritance Hierarchy

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

See Also