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

Namespace: ILOG.Concert
Assembly: ILOG.Concert (in ILOG.Concert.dll) Version: 22.1.0.0

Syntax

C#
public class Exception : Exception
Visual Basic
Public Class Exception _
	Inherits 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

See Also