Click or drag to resize

TextWriterMessageServiceShowErrorFormatted Method

Shows an error using a message box. formatstring is first passed through the StringParser, then through Format(String, Object), using the formatitems as arguments.

Namespace: Altaxo.Main.Services.Implementation
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 resource or format string.
formatitems  Object
The format arguments.

Implements

IMessageServiceShowErrorFormatted(String, Object)
See Also