C# Class AssessmentAnywhere.Services.Users.IncorrectPasswordException

Inheritance: System.Exception
Show file Open project: pebblecode/AssessmentAnywhere

Public Methods

Method Description
IncorrectPasswordException ( ) : System
IncorrectPasswordException ( string message ) : System
IncorrectPasswordException ( string message, Exception inner ) : System

Protected Methods

Method Description
IncorrectPasswordException ( SerializationInfo info, StreamingContext context ) : System

Method Details

IncorrectPasswordException() public method

public IncorrectPasswordException ( ) : System
return System

IncorrectPasswordException() protected method

protected IncorrectPasswordException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

IncorrectPasswordException() public method

public IncorrectPasswordException ( string message ) : System
message string
return System

IncorrectPasswordException() public method

public IncorrectPasswordException ( string message, Exception inner ) : System
message string
inner System.Exception
return System