C# Класс PTFConfiguration, PTF

Summary description for PTFConfiguration
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ErrorMessage ( PTFConfiguration, error ) : string

Returns the friendly error message from a given reason

ErrorMessage ( string reason ) : string

Returns the friendly error message from a given reason

ErrorPage ( ErrorType, error ) : string

Returns the name of the page to redirect the user to for the specified error

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

ErrorMessage() публичный статический Метод

Returns the friendly error message from a given reason
public static ErrorMessage ( PTFConfiguration, error ) : string
error PTFConfiguration,
Результат string

ErrorMessage() публичный статический Метод

Returns the friendly error message from a given reason
public static ErrorMessage ( string reason ) : string
reason string The short reason
Результат string

ErrorPage() публичный статический Метод

Returns the name of the page to redirect the user to for the specified error
public static ErrorPage ( ErrorType, error ) : string
error ErrorType,
Результат string