InvalidPasswordException

InvalidPasswordException()

Initializes a new instance of the InvalidPasswordException class.

public InvalidPasswordException()

See Also


InvalidPasswordException(string)

Initializes a new instance of the InvalidPasswordException class.

public InvalidPasswordException(string message)
Parameter Type Description
message String The message that describes the error.

See Also