IncorrectPasswordException

IncorrectPasswordException()

Default constructor

public IncorrectPasswordException()

See Also


IncorrectPasswordException(FileType)

Creates an exception instance with a FileType

public IncorrectPasswordException(FileType fileType)
Parameter Type Description
fileType FileType The file type

See Also


IncorrectPasswordException(string)

Creates an exception instance with a message

public IncorrectPasswordException(string message)
Parameter Type Description
message String The message

See Also