C# Class Habanero.Faces.Win.FormExceptionNotifier

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

Public Methods

Method Description
Notify ( Exception ex, string furtherMessage, string title ) : void

Displays a dialog with exception information to the user

Method Details

Notify() public method

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
return void