Click or drag to resize

IndexOutOfRangeException(Int32) Constructor

Constructs a InvalidArgumentException instance with an error message containing the invalid index.

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

Parameters

index  Int32
Invalid index value causing exception.
See Also