IncorrectPasswordException

IncorrectPasswordException(string)

Initierar en ny instans avIncorrectPasswordException class.

public IncorrectPasswordException(string message)
ParameterTypBeskrivning
messageStringMeddelandet som beskriver felet.

Se även


IncorrectPasswordException(string, Exception)

Initierar en ny instans avIncorrectPasswordException class.

public IncorrectPasswordException(string message, Exception innerException)
ParameterTypBeskrivning
messageStringFelmeddelandet som förklarar orsaken till undantaget.
innerExceptionExceptionUndantaget som är orsaken till det aktuella undantaget, eller en nollreferens (Ingenting i Visual Basic) om inget inre undantag anges.

Se även