C# Class Habanero.Faces.Win.FormExceptionNotifier

Provides a form that displays an exception to the user
Inheritance: IExceptionNotifier
Afficher le fichier Open project: Chillisoft/habanero.faces Class Usage Examples

Méthodes publiques

Méthode Description
Notify ( Exception ex, string furtherMessage, string title ) : void

Displays a dialog with exception information to the user

Method Details

Notify() public méthode

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
Résultat void