C# Class QSSupportLib.ErrorMsg

Afficher le fichier Open project: QualitySolution/QSProjects Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Build ( ) : void
OnButtonCopyClicked ( object sender, EventArgs e ) : void
OnButtonSendReportClicked ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
GetLogFile ( ) : string
InputsChanged ( object sender, EventArgs e ) : void

Method Details

AddAnotherException() public méthode

public AddAnotherException ( Exception ex, string userMessage ) : void
ex Exception
userMessage string
Résultat void

Build() protected méthode

protected Build ( ) : void
Résultat void

ErrorMsg() public méthode

public ErrorMsg ( Window parent, Exception ex, string userMessage ) : System
parent Window
ex Exception
userMessage string
Résultat System

OnButtonCopyClicked() protected méthode

protected OnButtonCopyClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

OnButtonSendReportClicked() protected méthode

protected OnButtonSendReportClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

OnExeptionTextUpdate() public méthode

public OnExeptionTextUpdate ( ) : void
Résultat void