ExportException

ExportException

Overview

ExportException is a class in Aspose.3D FOSS for Python. Inherits from: Exception.

Exceptions when Aspose.3D failed to export the scene to file.

This class declares 1 method for ExportException objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.

Methods

SignatureDescription
__init__(msg: str)Calls init(msg) on this ExportException instance.

See Also