PasswordRequiredException

PasswordRequiredException()

Default constructor

public PasswordRequiredException()

See Also


PasswordRequiredException(FileType)

Creates an exception instance with a FileType

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

See Also


PasswordRequiredException(string)

Creates an exception instance with a message

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

See Also