C# Class APG.CodeHelper.ExceptionHandler.ExceptionDialog

ファイルを表示 Open project: UGTU/UGTUKadrProject Class Usage Examples

Public Properties

Property Type Description
aboutText System.Windows.Forms.RichTextBox
errorText System.Windows.Forms.RichTextBox
pictBox System.Windows.Forms.PictureBox
richTextBox1 System.Windows.Forms.RichTextBox

Public Methods

Method Description
ExceptionDialog ( Exception e ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

ExceptionDialog() public method

public ExceptionDialog ( Exception e ) : System
e Exception
return System

Property Details

aboutText public_oe property

public System.Windows.Forms.RichTextBox aboutText
return System.Windows.Forms.RichTextBox

errorText public_oe property

public System.Windows.Forms.RichTextBox errorText
return System.Windows.Forms.RichTextBox

pictBox public_oe property

public System.Windows.Forms.PictureBox pictBox
return System.Windows.Forms.PictureBox

richTextBox1 public_oe property

public System.Windows.Forms.RichTextBox richTextBox1
return System.Windows.Forms.RichTextBox