C# Класс TileIconifier.Forms.Shared.FrmException

Наследование: SkinnableForm
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
FrmUnhandledExceptionLoad void
InitializeComponent void
rtxtException_LinkClicked void
rtxtUnhandledException_MouseUp void

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

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

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

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

Clean up any resources being used.

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

Метод Описание
FrmUnhandledExceptionLoad ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

rtxtException_LinkClicked ( object sender, System.Windows.Forms.LinkClickedEventArgs e ) : void
rtxtUnhandledException_MouseUp ( object sender, MouseEventArgs e ) : void

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

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

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

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

public FrmException ( Exception ex ) : System
ex System.Exception
Результат System

ShowExceptionHandler() публичный статический Метод

public static ShowExceptionHandler ( Exception ex ) : void
ex System.Exception
Результат void