Click or drag to resize

MismatchedSizeException Constructor

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