Click or drag to resize

IMessageServiceShowException Method

Shows an exception.

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

Parameters

ex  Exception

[Missing <param name="ex"/> documentation for "M:Altaxo.Main.Services.IMessageService.ShowException(System.Exception,System.String)"]

message  String  (Optional)

[Missing <param name="message"/> documentation for "M:Altaxo.Main.Services.IMessageService.ShowException(System.Exception,System.String)"]

See Also