Click or drag to resize

IndexOutOfRangeException(Int32, Int32) Constructor

Constructs a InvalidArgumentException instance with an error message containing the invalid [row, column] array index.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IndexOutOfRangeException(
	int row,
	int column
)

Parameters

row  Int32
Invalid row value causing exception.
column  Int32
Invalid column value causing exception.
See Also