C# Class SessionViewer.Program

Mostrar archivo Open project: woanware/SessionViewer

Public Methods

Method Description
OnThreadException ( object sender, ThreadExceptionEventArgs e ) : void

OnUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

Private Methods

Method Description
Main ( ) : void

Method Details

OnThreadException() public static method

public static OnThreadException ( object sender, ThreadExceptionEventArgs e ) : void
sender object
e System.Threading.ThreadExceptionEventArgs
return void

OnUnhandledException() public static method

public static OnUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
sender object
e System.UnhandledExceptionEventArgs
return void