C# Class Habanero.Faces.Base.WizardStepException

An exception used in Wizards denoting that some error has occurred in navigating between wizard steps.
Inheritance: System.Exception
Show file Open project: Chillisoft/habanero.faces

Public Methods

Method Description
WizardStepException ( string message ) : System

Initialises the WizardStepException

Method Details

WizardStepException() public method

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