Click or drag to resize

InfoWarningErrorMessageControllerShowErrorFormatted Method

Shows a formatted error message.

Namespace: Altaxo.Gui.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ShowErrorFormatted(
	string formatstring,
	params Object[] formatitems
)

Parameters

formatstring  String
The composite format string.
formatitems  Object
The format arguments.
See Also