C# Class AssessmentAnywhere.Services.Users.IncorrectPasswordException

Inheritance: System.Exception
Afficher le fichier Open project: pebblecode/AssessmentAnywhere

Méthodes publiques

Méthode Description
IncorrectPasswordException ( ) : System
IncorrectPasswordException ( string message ) : System
IncorrectPasswordException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
IncorrectPasswordException ( SerializationInfo info, StreamingContext context ) : System

Method Details

IncorrectPasswordException() public méthode

public IncorrectPasswordException ( ) : System
Résultat System

IncorrectPasswordException() protected méthode

protected IncorrectPasswordException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

IncorrectPasswordException() public méthode

public IncorrectPasswordException ( string message ) : System
message string
Résultat System

IncorrectPasswordException() public méthode

public IncorrectPasswordException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System