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

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

public IncorrectPasswordException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System
        public IncorrectPasswordException(string message, Exception inner)
            : base(message, inner)
        {
        }

Same methods

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