Class FileTypeNotSupportedException
- Namespace
- LibreOfficeKit.Exceptions
- Assembly
- LibreOfficeKit.dll
Raised when a file type is not supported by LibreOffice for loading or conversion.
public sealed class FileTypeNotSupportedException : Exception, ISerializable
- Inheritance
-
FileTypeNotSupportedException
- Implements
- Inherited Members
Constructors
FileTypeNotSupportedException()
Raised when a file type is not supported by LibreOffice for loading or conversion.
public FileTypeNotSupportedException()
FileTypeNotSupportedException(string)
Initializes a new instance of the FileTypeNotSupportedException class with a specified error message.
public FileTypeNotSupportedException(string message)
Parameters
messagestringThe message that describes the error.
FileTypeNotSupportedException(string, Exception)
Initializes a new instance of the FileTypeNotSupportedException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public FileTypeNotSupportedException(string message, Exception innerException)