ILOG CPLEX .NET Reference Manual

CplexModeler.Exception Class

This class extends the class ILOG.Concert.Exception by also capturing the CPLEX error code.

For a list of all members of this type, see CplexModeler.Exception Members.

System.Object
   System.Exception
      ILOG.Concert.Exception
         ILOG.CPLEX.CplexModeler.Exception

public class CplexModeler.Exception : Exception

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

If an exception of type CplexModeler.Exception is caught, the CPLEX error code can be queried with the method GetStatus.

Requirements

Namespace: ILOG.CPLEX

Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll)

See Also

CplexModeler.Exception Members | ILOG.CPLEX Namespace