Click or drag to resize

MismatchedSizeException(String, Int32, Int32) Constructor

Constructs a MismatchedSizeException instance with an error message containing the two incompatible lengths.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public MismatchedSizeException(
	string operation,
	int len1,
	int len2
)

Parameters

operation  String
Name of the operation being performed.
len1  Int32
The length of the first operand.
len2  Int32
The length of the second operand.
Remarks
Used primarily for vector operands.
See Also