C# Class NzbSearcher.Program

Show file Open project: Heimiko/NzbSearcher

Public Methods

Method Description
DoCrashReport ( Exception exc ) : void
ProcessCommandLine ( string CommandLine ) : void

Private Methods

Method 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 method

public static DoCrashReport ( Exception exc ) : void
exc System.Exception
return void

ProcessCommandLine() public static method

public static ProcessCommandLine ( string CommandLine ) : void
CommandLine string
return void