Click or drag to resize

TextWriterMessageServiceShowHandledException Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.Implementation.TextWriterMessageService.ShowHandledException(System.Exception,System.String)"]


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

Parameters

ex  Exception

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

message  String  (Optional)

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

Implements

IMessageServiceShowHandledException(Exception, String)
See Also