C# Class QSSupportLib.ErrorMsg

Show file Open project: QualitySolution/QSProjects Class Usage Examples

Public Methods

Method Description
AddAnotherException ( Exception ex, string userMessage ) : void
ErrorMsg ( Window parent, Exception ex, string userMessage ) : System
OnExeptionTextUpdate ( ) : void

Protected Methods

Method Description
Build ( ) : void
OnButtonCopyClicked ( object sender, EventArgs e ) : void
OnButtonSendReportClicked ( object sender, EventArgs e ) : void

Private Methods

Method Description
GetLogFile ( ) : string
InputsChanged ( object sender, EventArgs e ) : void

Method Details

AddAnotherException() public method

public AddAnotherException ( Exception ex, string userMessage ) : void
ex Exception
userMessage string
return void

Build() protected method

protected Build ( ) : void
return void

ErrorMsg() public method

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

OnButtonCopyClicked() protected method

protected OnButtonCopyClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

OnButtonSendReportClicked() protected method

protected OnButtonSendReportClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

OnExeptionTextUpdate() public method

public OnExeptionTextUpdate ( ) : void
return void