Click or drag to resize

InfoWarningErrorMessageControllerWriteErrorLine(String, String) Method

Writes an error line.

Namespace: Altaxo.Gui.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void WriteErrorLine(
	string source,
	string message
)

Parameters

source  String
The source of the error.
message  String
The error message.
See Also