C# Class Espera.Core.Library.InvalidPasswordException

The exception that is thrown, when an invalid password has been entered.
Inheritance: System.Exception
Afficher le fichier Open project: gazwinter/Espera

Méthodes publiques

Méthode Description
InvalidPasswordException ( string message ) : System

Initializes a new instance of the InvalidPasswordException class.

Method Details

InvalidPasswordException() public méthode

Initializes a new instance of the InvalidPasswordException class.
public InvalidPasswordException ( string message ) : System
message string The message.
Résultat System