Click or drag to resize

MessageServiceShowHandledException Method

Shows an exception that has already been handled.

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

Parameters

ex  Exception
The handled exception to show.
message  String  (Optional)
An optional message to display together with the exception.
See Also