Click or drag to resize

IndexOutOfRangeException(String, Exception) Constructor

Constructs a InvalidArgumentException instance with the specifed exception message and underlying (inner) exception.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IndexOutOfRangeException(
	string s,
	Exception e
)

Parameters

s  String
The exception message.
e  Exception
The inner exception.
See Also