C# Class Habanero.Faces.Test.Win.UnhandledExceptionHelperWin

Inheritance: IDisposable
Show file Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method Description
AddExceptionHandling ( ) : void
Dispose ( ) : void
RemoveExceptionHandling ( ) : void
UnhandledExceptionHelperWin ( UnhandledExceptionEventHandler handler, bool addExceptionHandling = true ) : System
UnhandledExceptionHelperWin ( bool addExceptionHandling = true ) : System

Private Methods

Method Description
OnThreadExceptionEventHandler ( object sender, ThreadExceptionEventArgs threadExceptionEventArgs ) : void
OnUnhandledExceptionEventHandler ( object sender1, UnhandledExceptionEventArgs unhandledExceptionEventArgs ) : void
ProcessUnhandledException ( string sourceHandler, object sender, UnhandledExceptionEventArgs unhandledExceptionEventArgs ) : void

Method Details

AddExceptionHandling() public method

public AddExceptionHandling ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

RemoveExceptionHandling() public method

public RemoveExceptionHandling ( ) : void
return void

UnhandledExceptionHelperWin() public method

public UnhandledExceptionHelperWin ( UnhandledExceptionEventHandler handler, bool addExceptionHandling = true ) : System
handler UnhandledExceptionEventHandler
addExceptionHandling bool
return System

UnhandledExceptionHelperWin() public method

public UnhandledExceptionHelperWin ( bool addExceptionHandling = true ) : System
addExceptionHandling bool
return System