PasswordRequiredException

PasswordRequiredException()

Initializes a new instance of PasswordRequiredException class.

public PasswordRequiredException()

See Also


PasswordRequiredException(string, Exception)

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

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

See Also