Class FilePasswordProtectedException
- Namespace
- LibreOfficeKit.Exceptions
- Assembly
- LibreOfficeKit.dll
Raised when a document is password-protected and cannot be opened without credentials.
public sealed class FilePasswordProtectedException : Exception, ISerializable
- Inheritance
-
FilePasswordProtectedException
- Implements
- Inherited Members
Constructors
FilePasswordProtectedException()
Raised when a document is password-protected and cannot be opened without credentials.
public FilePasswordProtectedException()
FilePasswordProtectedException(string)
Initializes a new instance of the FilePasswordProtectedException class with a specified error message.
public FilePasswordProtectedException(string message)
Parameters
messagestringThe message that describes the error.
FilePasswordProtectedException(string, Exception)
Initializes a new instance of the FilePasswordProtectedException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public FilePasswordProtectedException(string message, Exception innerException)