PasswordRequiredException

PasswordRequiredException()

Initierar en ny instans av klassen PasswordRequiredException.

public PasswordRequiredException()

Se även


PasswordRequiredException(string, Exception)

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

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

Se även