C# Class Espera.Core.Library.InvalidPasswordException

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

Public Methods

Method Description
InvalidPasswordException ( string message ) : System

Initializes a new instance of the InvalidPasswordException class.

Method Details

InvalidPasswordException() public method

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