Click or drag to resize

FourPointStepEvaluationDataSourceReportError Method

Reports an evaluation error.

Namespace: Altaxo.Science.Signals
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void ReportError(
	DataTable destinationTable,
	string message
)

Parameters

destinationTable  DataTable
The destination table.
message  String
The error message.
See Also