Click or drag to resize

IMessageDialogShowExceptionAsync Method (Exception, String)

Begins an asynchronous operation showing a dialog with an OK and a copy button

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
Task ShowExceptionAsync(
	Exception e,
	string format
)

Parameters

e
Type: SystemException
The exception to show on the dialog
format
Type: SystemString
Additional information to be displayed to the user. The exception is added in {0}

Return Value

Type: Task
An object that represents the asynchronous operation.
See Also