Click or drag to resize

InfoWarningErrorMessageControllerShowHandledException Method

Shows a handled exception message.

Namespace: Altaxo.Gui.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ShowHandledException(
	Exception ex,
	string? message = null
)

Parameters

ex  Exception
The handled exception.
message  String  (Optional)
An optional custom message.
See Also