C# Класс Habanero.Faces.VWG.FormExceptionNotifier

Provides a form that displays an exception to the user
Наследование: IExceptionNotifier
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Notify ( Exception ex, string furtherMessage, string title ) : void

Displays a dialog with exception information to the user

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

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

Displays a dialog with exception information to the user
public Notify ( Exception ex, string furtherMessage, string title ) : void
ex System.Exception The exception
furtherMessage string Additional error messages
title string The title
Результат void