C# Class Zayko.Dialogs.UnhandledExceptionDlg.CustomExceptionHandler

Class for catching unhandled exception with UI dialog.
Mostrar archivo Open project: binaryage/xrefresh Class Usage Examples

Public Methods

Method Description
CustomExceptionHandler ( ) : 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

CustomExceptionHandler() public method

Default constructor
public CustomExceptionHandler ( ) : System
return System