C# Class vimage.Program

Mostrar archivo Open project: Torrunt/vimage

Public Methods

Method Description
ReportCrash ( Exception exception ) : void

Private Methods

Method Description
ApplicationThreadException ( object sender, ThreadExceptionEventArgs e ) : void
CurrentDomainOnUnhandledException ( object sender, UnhandledExceptionEventArgs unhandledExceptionEventArgs ) : void
Main ( string args ) : void

Method Details

ReportCrash() public static method

public static ReportCrash ( Exception exception ) : void
exception System.Exception
return void