AdvancedMessageDialogExecute(Exception) Method
Shows a message dialog for an exception with a default caption.
Saves log and screenshot if directory is set in
ErrorLogDirectory.
Namespace: KGySoft.WinForms.FormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public void Execute(
Exception e
)
Public Sub Execute (
e As Exception
)
public:
void Execute(
Exception^ e
)
member Execute :
e : Exception -> unit
Parameters
- e Exception
- The exception to show in the dialog.