AssessmentAnywhere.Services.Users.IncorrectPasswordException.IncorrectPasswordException C# (CSharp) Method

IncorrectPasswordException() public method

public IncorrectPasswordException ( string message ) : System
message string
return System
        public IncorrectPasswordException(string message)
            : base(message)
        {
        }

Same methods

IncorrectPasswordException::IncorrectPasswordException ( ) : System
IncorrectPasswordException::IncorrectPasswordException ( SerializationInfo info, StreamingContext context ) : System
IncorrectPasswordException::IncorrectPasswordException ( string message, Exception inner ) : System
IncorrectPasswordException