C# Класс Cyjb.Projects.JigsawGame.BugReportForm

Показать файл Открыть проект

Открытые методы

Метод Описание
BugReportForm ( Exception ex ) : System

初始化 BugReportForm 类的新实例。

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

报告异常的链接。

Описание методов

BugReportForm() публичный Метод

初始化 BugReportForm 类的新实例。
public BugReportForm ( Exception ex ) : System
ex Exception 异常对象。
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void