Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)

Syntax

C#
public class CplexEndedException : IloException

Remarks

Exceptions of this class are thrown when a method is called for an Cplex object or any object that has been created with it after the End()()()() method has been called.

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    ILOG.Concert..::..Exception
      ILOG.Concert..::..IloException
        ILOG.OPL..::..Cplex..::..CplexEndedException

See Also