C# Class PTFConfiguration, PTF

Summary description for PTFConfiguration
Afficher le fichier Open project: ucdavis/PTF Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

ErrorMessage() public static méthode

Returns the friendly error message from a given reason
public static ErrorMessage ( PTFConfiguration, error ) : string
error PTFConfiguration,
Résultat string

ErrorMessage() public static méthode

Returns the friendly error message from a given reason
public static ErrorMessage ( string reason ) : string
reason string The short reason
Résultat string

ErrorPage() public static méthode

Returns the name of the page to redirect the user to for the specified error
public static ErrorPage ( ErrorType, error ) : string
error ErrorType,
Résultat string