AdvancedMessageDialogExecute(Exception) Method

Shows a message dialog for an exception with a default caption. Saves log and screenshot if directory is set in ErrorLogDirectory.

Definition

Namespace: KGySoft.WinForms.Forms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public void Execute(
	Exception e
)

Parameters

e  Exception
The exception to show in the dialog.

See Also