This is the base class for exceptions for the ILOG.Concert package.

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

Syntax

C#
public class Exception : Exception

Remarks

All exceptions (other than RuntimeExceptions) thrown by a method of an IBM ILOG Concert Technology object are derived from this class.

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    ILOG.Concert..::..Exception
      ILOG.Concert..::..IloException

See Also