C# 클래스 IBE.ErrorViewer

파일 보기 프로젝트 열기: Duke-Jones/ED-IBE 1 사용 예제들

공개 메소드들

메소드 설명
ErrorViewer ( ) : System
GetErrorMessage ( string &infotext, Exception currentException ) : String
ShowDialog ( Exception ex, string infotext ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
ErrorViewer_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

cmdDumpfile_Click ( object sender, EventArgs e ) : void
cmdIgnore_Click ( object sender, EventArgs e ) : void
cmdOpenLocation_Click ( object sender, EventArgs e ) : void
cmdShutdown_Click ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

ErrorViewer() 공개 메소드

public ErrorViewer ( ) : System
리턴 System

GetErrorMessage() 공개 정적인 메소드

public static GetErrorMessage ( string &infotext, Exception currentException ) : String
infotext string
currentException Exception
리턴 String

ShowDialog() 공개 메소드

public ShowDialog ( Exception ex, string infotext ) : void
ex Exception
infotext string
리턴 void