Click or drag to resize

InfoWarningErrorMessageControllerWriteErrorLine(String, String, Object) Method

Writes a formatted 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 format,
	params Object[] args
)

Parameters

source  String
The source of the error.
format  String
The composite format string.
args  Object
The format arguments.
See Also