IncorrectPasswordException

IncorrectPasswordException()

Initierar en ny instans av klassen IncorrectPasswordException.

public IncorrectPasswordException()

Se även


IncorrectPasswordException(string, Exception)

Initierar en ny instans av klassen IncorrectPasswordException med ett specificerat felmeddelande och en referens till det inre undantaget som är orsaken till detta undantag.

public IncorrectPasswordException(string message, Exception innerException)
Parameter Typ Beskrivning
message String Meddelande som beskriver undantagskontext
innerException Exception Inre undantag

Se även