Click or drag to resize

TextWriterMessageServiceShowException Method

Shows an exception.

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

Parameters

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

Implements

IMessageServiceShowException(Exception, String)
See Also