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

Inheritance: IDisposable
Afficher le fichier Open project: Chillisoft/habanero.faces Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public AddExceptionHandling ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RemoveExceptionHandling() public méthode

public RemoveExceptionHandling ( ) : void
Résultat void

UnhandledExceptionHelperWin() public méthode

public UnhandledExceptionHelperWin ( UnhandledExceptionEventHandler handler, bool addExceptionHandling = true ) : System
handler UnhandledExceptionEventHandler
addExceptionHandling bool
Résultat System

UnhandledExceptionHelperWin() public méthode

public UnhandledExceptionHelperWin ( bool addExceptionHandling = true ) : System
addExceptionHandling bool
Résultat System