Overload List

  NameDescription
MismatchedSizeException()()()
Default constructor. Constructs an empty MismatchedSizeException instance.
MismatchedSizeException(String)
Constructs a MismatchedSizeException instance with the specifed exception message.
MismatchedSizeException(String, Exception)
Constructs a MismatchedSizeException instance with the specifed exception message and underlying (inner) exception.
MismatchedSizeException(String, DoubleMatrix, DoubleMatrix)
Constructs a MismatchedSizeException instance with an error message containing the dimensions of the matrices.
MismatchedSizeException(String, DoubleVector, DoubleVector)
Constructs a MismatchedSizeException instance with an error message containing the two incompatible vector lengths.
MismatchedSizeException(String, Int32, Int32)
Constructs a MismatchedSizeException instance with an error message containing the two incompatible lengths.
MismatchedSizeException(String, Int64, Int64)
Constructs a MismatchedSizeException instance with an error message containing the two incompatible lengths.
MismatchedSizeException(String, Int32, Int32, Int32)
Constructs a MismatchedSizeException instance with an error message containing the three incompatible lengths.
MismatchedSizeException(String, Int64, Int64, Int64)
Constructs a MismatchedSizeException instance with an error message containing the three incompatible lengths.
MismatchedSizeException(String, Int32, Int32, Int32, Int32)
Constructs a MismatchedSizeException instance with an error message containing the dimensions of the two-dimensional operands.
MismatchedSizeException(String, Int64, Int64, Int64, Int64)
Constructs a MismatchedSizeException instance with an error message containing the dimensions of the two-dimensional operands.

See Also