UnsupportedFileFormatException
Overview
UnsupportedFileFormatException is a class in Aspose.Note FOSS for Python.
Inherits from: AsposeNoteError.
UnsupportedFileFormatException.FileFormat represents the file format that triggered the exception.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FileFormat | FileFormat | Read | Represents the file format that triggered the exception |
Methods
| Signature | Description |
|---|---|
__init__(message: str, file_format: FileFormat | str | None) |