UnsupportedFileFormatException

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

NameTypeAccessDescription
FileFormatFileFormatReadRepresents the file format that triggered the exception

Methods

SignatureDescription
__init__(message: str, file_format: FileFormat | str | None)

See Also