C# Class nHydrate.Generator.Common.Exceptions.ThreadExceptionHandler

Datei anzeigen Open project: nHydrate/nHydrate

Public Methods

Method Description
Application_ThreadException ( object sender, ThreadExceptionEventArgs e ) : void
Application_ThreadException ( object sender, UnhandledExceptionEventArgs e ) : void

Private Methods

Method Description
ShowThreadExceptionDialog ( object ex ) : void

Method Details

Application_ThreadException() public method

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

Application_ThreadException() public method

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