AdvancedMessageDialogExecute(Exception, String, String) Method

Shows a message dialog for an exception.

Definition

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

Parameters

e  Exception
The exception to show in the dialog.
caption  String
The caption text of the dialog.
logNamePrefix  String
The prefix of the log file name to save. Path can be set in ErrorLogDirectory. Can be to prevent saving the log.

See Also