C# Класс Habanero.Faces.Base.WizardStepException

An exception used in Wizards denoting that some error has occurred in navigating between wizard steps.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
WizardStepException ( string message ) : System

Initialises the WizardStepException

Описание методов

WizardStepException() публичный Метод

Initialises the WizardStepException
public WizardStepException ( string message ) : System
message string the message of the exception
Результат System