C# 클래스 Habanero.Faces.VWG.FormExceptionNotifier

Provides a form that displays an exception to the user
상속: IExceptionNotifier
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
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