C# Class SessionViewer.Program

Afficher le fichier Open project: woanware/SessionViewer

Méthodes publiques

Méthode Description
OnThreadException ( object sender, ThreadExceptionEventArgs e ) : void

OnUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

Private Methods

Méthode Description
Main ( ) : void

Method Details

OnThreadException() public static méthode

public static OnThreadException ( object sender, ThreadExceptionEventArgs e ) : void
sender object
e System.Threading.ThreadExceptionEventArgs
Résultat void

OnUnhandledException() public static méthode

public static OnUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
sender object
e System.UnhandledExceptionEventArgs
Résultat void