C# Class APG.CodeHelper.ExceptionHandler.ExceptionDialog

Afficher le fichier Open project: UGTU/UGTUKadrProject Class Usage Examples

Méthodes publiques

Свойство Type Description
aboutText System.Windows.Forms.RichTextBox
errorText System.Windows.Forms.RichTextBox
pictBox System.Windows.Forms.PictureBox
richTextBox1 System.Windows.Forms.RichTextBox

Méthodes publiques

Méthode Description
ExceptionDialog ( Exception e ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ISGBExceptionDialog_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.

Morebtn_Click ( object sender, EventArgs e ) : void
OKbtn_Click ( object sender, EventArgs e ) : void
Raportbtn_Click ( object sender, EventArgs e ) : void
SetMessageBoxIcon ( MessageBoxIcon value ) : void

Method Details

Dispose() protected méthode

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

ExceptionDialog() public méthode

public ExceptionDialog ( Exception e ) : System
e Exception
Résultat System

Property Details

aboutText public_oe property

public System.Windows.Forms.RichTextBox aboutText
Résultat System.Windows.Forms.RichTextBox

errorText public_oe property

public System.Windows.Forms.RichTextBox errorText
Résultat System.Windows.Forms.RichTextBox

pictBox public_oe property

public System.Windows.Forms.PictureBox pictBox
Résultat System.Windows.Forms.PictureBox

richTextBox1 public_oe property

public System.Windows.Forms.RichTextBox richTextBox1
Résultat System.Windows.Forms.RichTextBox