Click or drag to resize

InvalidParameterException(Int32) Constructor

Initializes a new instance of the InvalidParameterException class for a specific parameter.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public InvalidParameterException(
	int parameter
)

Parameters

parameter  Int32
The one-based parameter index that caused the error.
See Also