C# Class Zayko.Dialogs.UnhandledExceptionDlg.UnhandledExceptionDlg

Class for catching unhandled exception with UI dialog.
Mostrar archivo Open project: noahsw/highlight-hunter Class Usage Examples

Public Methods

Method Description
UnhandledExceptionDlg ( ) : System

Default constructor

Private Methods

Method Description
ShowUnhandledExceptionDlg ( Exception e ) : void

Raise Exception Dialog box for both UI and non-UI Unhandled Exceptions

ThreadExceptionFunction ( Object sender, ThreadExceptionEventArgs e ) : void

Handle the UI exceptions by showing a dialog box

UnhandledExceptionFunction ( Object sender, UnhandledExceptionEventArgs args ) : void

Handle the UI exceptions by showing a dialog box

Method Details

UnhandledExceptionDlg() public method

Default constructor
public UnhandledExceptionDlg ( ) : System
return System