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.3179.0 (4.8.3179.0)
Syntax
C#
public GSL_ERROR(
	string message,
	GSL_ERR number,
	bool bDebug
)

Parameters

message  String

[Missing <param name="message"/> documentation for "M:Altaxo.Calc.GSL_ERROR.#ctor(System.String,Altaxo.Calc.GSL_ERR,System.Boolean)"]

number  GSL_ERR

[Missing <param name="number"/> documentation for "M:Altaxo.Calc.GSL_ERROR.#ctor(System.String,Altaxo.Calc.GSL_ERR,System.Boolean)"]

bDebug  Boolean

[Missing <param name="bDebug"/> documentation for "M:Altaxo.Calc.GSL_ERROR.#ctor(System.String,Altaxo.Calc.GSL_ERR,System.Boolean)"]

See Also