This is the base class for exceptions in the ILOG.CONCERT namespace.

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

Syntax

C#
public class IloException : Exception

Remarks

This is the base class for exceptions for the ilog.concert namespace. All exceptions (other than RuntimeExceptions) thrown by a method of a Concert Technology object are derived from this class.

Inheritance Hierarchy

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

See Also