InvalidPasswordException

InvalidPasswordException()

Standardkonstruktor.

public InvalidPasswordException()

Siehe auch


InvalidPasswordException(string)

Konstruktor, der es ermöglicht, dieser Ausnahme eine Nachricht hinzuzufügen.

public InvalidPasswordException(string message)
ParameterTypBeschreibung
messageStringBotschaft

Siehe auch


InvalidPasswordException(string, Exception)

Konstruktor für eine Ausnahme, die eine Nachricht und eine eingebettete Ausnahme enthält.

public InvalidPasswordException(string message, Exception exception)
ParameterTypBeschreibung
messageStringBotschaft
exceptionExceptionursprüngliche Ausnahme

Siehe auch