C# Class Cyjb.Projects.JigsawGame.BugReportForm

Show file Open project: CYJB/Cyjb.Projects.JigsawGame

Public Methods

Method Description
BugReportForm ( Exception ex ) : System

初始化 BugReportForm 类的新实例。

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
FormatException ( Exception ex, StringBuilder text ) : void

格式化异常。

InitializeComponent ( ) : void

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

linkReport_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void

报告异常的链接。

Method Details

BugReportForm() public method

初始化 BugReportForm 类的新实例。
public BugReportForm ( Exception ex ) : System
ex Exception 异常对象。
return System

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