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

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
[SerializableAttribute]
public class Exception : Exception
Visual Basic
<SerializableAttribute> _
Public Class Exception _
	Inherits Exception

Remarks

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

Inheritance Hierarchy

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

See Also