AdvancedMessageDialogExecute(Exception, String, String) Method
Shows a message dialog for an exception.
Namespace: KGySoft.WinForms.FormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public void Execute(
Exception? e,
string caption,
string logNamePrefix
)
Public Sub Execute (
e As Exception,
caption As String,
logNamePrefix As String
)
public:
void Execute(
Exception^ e,
String^ caption,
String^ logNamePrefix
)
member Execute :
e : Exception *
caption : string *
logNamePrefix : string -> unit
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.