IncorrectPasswordException

IncorrectPasswordException()

Initializes a new instance of IncorrectPasswordException class.

public IncorrectPasswordException()

See Also


IncorrectPasswordException(string, Exception)

Initializes a new instance of IncorrectPasswordException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public IncorrectPasswordException(string message, Exception innerException)
Parameter Type Description
message String Message, describing exception context
innerException Exception Inner exception

See Also