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.

Description

UnsupportedFileFormatException is a class in the Aspose.Note FOSS library for Python that exposes 0 methods and 1 property for programmatic use. It extends AsposeNoteError, inheriting shared functionality from its parent type.

The class also provides the FileFormat property (represents the file format that triggered the exception).

Instances are created through a single constructor that initializes the object with default values.

Properties

NameTypeAccessDescription
FileFormatFileFormatReadRepresents the file format that triggered the exception

Methods

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

See Also