Exceptions of this class are thrown when a modeling object that is used by one instance of Cplex is attempted to be used by anotherCplex object at the same time.

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

Syntax

C#
public class MultipleUseException : Exception
Visual Basic
Public Class MultipleUseException _
	Inherits Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    ILOG.Concert..::..Exception
      ILOG.CPLEX..::..Cplex..::..MultipleUseException

See Also