ILOG CPLEX .NET Reference Manual

ColumnArray.SizeMismatchException Class

An exception that indicates a mismatched number of variables.

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

System.Object
   System.Exception
      ILOG.Concert.Exception
         ILOG.Concert.ColumnArray.SizeMismatchException

public class ColumnArray.SizeMismatchException : Exception

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.

Remarks

This exception is thrown if you try to combine ColumnArray objects, using the method ColumnArray.And for column-wise modeling, if the sizes of the objects do not match. The size of an ColumnArray object represents the number of variables created by it and can be queried with the method getSize.

Requirements

Namespace: ILOG.Concert

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

See Also

ColumnArray.SizeMismatchException Members | ILOG.Concert Namespace