Méthode | Description | |
---|---|---|
BugReportForm ( Exception ex ) : System |
初始化 BugReportForm 类的新实例。
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | 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 |
报告异常的链接。
|
public BugReportForm ( Exception ex ) : System | ||
ex | Exception | 异常对象。 |
Résultat | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |