Click or drag to resize

WorksheetAnalysisOriginalDataTableNotFoundException(String) Constructor

Initializes a new instance of the WorksheetAnalysisOriginalDataTableNotFoundException class with a custom message.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public OriginalDataTableNotFoundException(
	string msg
)

Parameters

msg  String
The message that describes the error.
See Also