C# Class Sharpcraft.Forms.ExceptionDialog

显示文件 Open project: SijmenSchoon/Sharpcraft

Public Methods

Method Description
ExceptionDialog ( Exception exception, string author = null ) : System

Initializes a new instance of ExceptionDialog.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CloseButtonClick ( object sender, EventArgs e ) : void

Handler for the close button, closes the form.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SendButtonClick ( object sender, EventArgs e ) : 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

Initializes a new instance of ExceptionDialog.
public ExceptionDialog ( Exception exception, string author = null ) : System
exception Exception The exception to show.
author string The author who built this version of Sharpcraft.
return System