C# Класс Axiom.Framework.Exceptions.WinFormErrorDialog

Наследование: System.Windows.Forms.Form, System.Windows.Forms.IMessageFilter, IErrorDialog
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
cmdClose System.Windows.Forms.Button
lblFooter System.Windows.Forms.Label
lblHeader System.Windows.Forms.Label
txtMsg System.Windows.Forms.TextBox

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

Метод Описание
PreFilterMessage ( System.Windows.Forms &msg ) : bool

Filters out a message before it is dispatched.

Show ( Exception exception ) : void

Causes the exception to be displayed on the screen

WinFormErrorDialog ( ) : System

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

Метод Описание
InitializeComponent ( ) : void

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

PreFilterMessage() публичный метод

Filters out a message before it is dispatched.
public PreFilterMessage ( System.Windows.Forms &msg ) : bool
msg System.Windows.Forms The message to be dispatched. You cannot modify this message.
Результат bool

Show() публичный метод

Causes the exception to be displayed on the screen
public Show ( Exception exception ) : void
exception System.Exception The exception to display
Результат void

WinFormErrorDialog() публичный метод

public WinFormErrorDialog ( ) : System
Результат System

Описание свойств

cmdClose защищенное свойство

protected Button,System.Windows.Forms cmdClose
Результат System.Windows.Forms.Button

lblFooter защищенное свойство

protected Label,System.Windows.Forms lblFooter
Результат System.Windows.Forms.Label

lblHeader защищенное свойство

protected Label,System.Windows.Forms lblHeader
Результат System.Windows.Forms.Label

txtMsg защищенное свойство

protected TextBox,System.Windows.Forms txtMsg
Результат System.Windows.Forms.TextBox