Table of Contents

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

message string

The 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)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception, or null if no inner exception is specified.