ILOG CPLEX .NET Reference Manual

UnsupportedExpressionException Class

UnsupportedExpression is thrown when attempting to create a model with Cplex that does not use only linear expressions for IRanges and linear or quadratic expressions for the objective.

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

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

public class UnsupportedExpressionException : CpxException

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.

Requirements

Namespace: ILOG.CPLEX

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

See Also

UnsupportedExpressionException Members | ILOG.CPLEX Namespace