C# 클래스 QSSupportLib.ErrorMsg

파일 보기 프로젝트 열기: QualitySolution/QSProjects 1 사용 예제들

공개 메소드들

메소드 설명
AddAnotherException ( Exception ex, string userMessage ) : void
ErrorMsg ( Window parent, Exception ex, string userMessage ) : System
OnExeptionTextUpdate ( ) : void

보호된 메소드들

메소드 설명
Build ( ) : void
OnButtonCopyClicked ( object sender, EventArgs e ) : void
OnButtonSendReportClicked ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
GetLogFile ( ) : string
InputsChanged ( object sender, EventArgs e ) : void

메소드 상세

AddAnotherException() 공개 메소드

public AddAnotherException ( Exception ex, string userMessage ) : void
ex Exception
userMessage string
리턴 void

Build() 보호된 메소드

protected Build ( ) : void
리턴 void

ErrorMsg() 공개 메소드

public ErrorMsg ( Window parent, Exception ex, string userMessage ) : System
parent Window
ex Exception
userMessage string
리턴 System

OnButtonCopyClicked() 보호된 메소드

protected OnButtonCopyClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

OnButtonSendReportClicked() 보호된 메소드

protected OnButtonSendReportClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

OnExeptionTextUpdate() 공개 메소드

public OnExeptionTextUpdate ( ) : void
리턴 void