IGuiFactoryServiceErrorMessageBox(String, String) Method |
Shows a message box with the error text.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void ErrorMessageBox(
string errortxt,
string title
)
Parameters
- errortxt String
- The error text.
- title String
- The title of the message box.
See Also