Returns the modeling object that triggered this exception.

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

Syntax

C#
public virtual Object GetObject()
Visual Basic
Public Overridable Function GetObject As Object

Return Value

The modeling object that triggered the UnsupportedQException exception.

See Also