Initializes a new instance of the
GSL_ERROR class.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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
See Also