Click or drag to resize

InfoWarningErrorMessageControllerShowError Method

Shows an 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 ShowError(
	string message
)

Parameters

message  String
The message to show.
See Also