Click or drag to resize

IGuiFactoryServiceErrorMessageBox(String) Method

Shows a message box with the error text.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void ErrorMessageBox(
	string errortxt
)

Parameters

errortxt  String
The error text.
See Also