Click or drag to resize

MismatchedSizeException(String, Int32, Int32, Int32, Int32) Constructor

Constructs a MismatchedSizeException instance with an error message containing the dimensions of the two-dimensional operands.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public MismatchedSizeException(
	string operation,
	int row1,
	int col1,
	int row2,
	int col2
)

Parameters

operation  String

[Missing <param name="operation"/> documentation for "M:CenterSpace.NMath.Core.MismatchedSizeException.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32)"]

row1  Int32
The first dimension size of the first operand.
col1  Int32
The second dimension size of the first operand.
row2  Int32
The first dimension size of the second operand.
col2  Int32
The second dimension size of the second operand.
See Also