C# 클래스 Espera.Core.Library.InvalidPasswordException

The exception that is thrown, when an invalid password has been entered.
상속: System.Exception
파일 보기 프로젝트 열기: gazwinter/Espera

공개 메소드들

메소드 설명
InvalidPasswordException ( string message ) : System

Initializes a new instance of the InvalidPasswordException class.

메소드 상세

InvalidPasswordException() 공개 메소드

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