AssessmentAnywhere.Services.Users.IncorrectPasswordException.IncorrectPasswordException C# (CSharp) Метод

IncorrectPasswordException() публичный Метод

public IncorrectPasswordException ( string message ) : System
message string
Результат 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