Constructor InvalidPasswordException
InvalidPasswordException()
Initializes the exception.
public InvalidPasswordException()
InvalidPasswordException(string)
Initializes the exception with a message.
public InvalidPasswordException(string message)
Parameters
messagestringThe error message.
InvalidPasswordException(string, Exception?)
Initializes the exception with a message and an inner exception.
public InvalidPasswordException(string message, Exception? innerException)