C# 클래스 Habanero.Faces.Base.WizardStepException

An exception used in Wizards denoting that some error has occurred in navigating between wizard steps.
상속: System.Exception
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

공개 메소드들

메소드 설명
WizardStepException ( string message ) : System

Initialises the WizardStepException

메소드 상세

WizardStepException() 공개 메소드

Initialises the WizardStepException
public WizardStepException ( string message ) : System
message string the message of the exception
리턴 System