This exception is thrown by an attempt to change the type of a variable multiple times.

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

Syntax

C#
public class MultipleConversionException : CpxException
Visual Basic
Public Class MultipleConversionException _
	Inherits CpxException

Inheritance Hierarchy

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

See Also