C# 클래스 NzbSearcher.Program

파일 보기 프로젝트 열기: Heimiko/NzbSearcher

공개 메소드들

메소드 설명
DoCrashReport ( Exception exc ) : void
ProcessCommandLine ( string CommandLine ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

DoCrashReport() 공개 정적인 메소드

public static DoCrashReport ( Exception exc ) : void
exc System.Exception
리턴 void

ProcessCommandLine() 공개 정적인 메소드

public static ProcessCommandLine ( string CommandLine ) : void
CommandLine string
리턴 void