C# Class NzbSearcher.Program

Afficher le fichier Open project: Heimiko/NzbSearcher

Méthodes publiques

Méthode Description
DoCrashReport ( Exception exc ) : void
ProcessCommandLine ( string CommandLine ) : void

Private Methods

Méthode Description
Application_ThreadException ( object sender, System e ) : void
Application_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
GetCrashReportString ( Exception exc ) : string
Main ( ) : void
ReportException ( Exception exc ) : void
SaveCrashReport ( Exception exc ) : void

Method Details

DoCrashReport() public static méthode

public static DoCrashReport ( Exception exc ) : void
exc System.Exception
Résultat void

ProcessCommandLine() public static méthode

public static ProcessCommandLine ( string CommandLine ) : void
CommandLine string
Résultat void