Click or drag to resize

InvalidArgumentException(String) Constructor

Constructs a InvalidArgumentException instance with the specifed exception message.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public InvalidArgumentException(
	string s
)

Parameters

s  String
The exception message.
See Also