Click or drag to resize

GSL_ERROR Constructor

Initializes a new instance of the GSL_ERROR class.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public GSL_ERROR(
	string message,
	GSL_ERR number,
	bool bDebug
)

Parameters

message  String
The human-readable error message.
number  GSL_ERR
The error code.
bDebug  Boolean
If set to true, throws an ArithmeticException.
Exceptions
ExceptionCondition
ArithmeticExceptionThrown when bDebug is true.
See Also