TrialException

TrialException

Overview

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

This is raised in Scene.Open/Scene.Save when no licenses are applied.

This class declares 2 methods for TrialException objects in Python programs. Available methods include: __init__, set_suppress_trial_exception. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package. Properties: suppress_trial_exception.

Properties

NameTypeAccessDescription
suppress_trial_exceptionboolReadGets whether trial exception is suppressed.

Methods

SignatureDescription
set_suppress_trial_exception(value: bool)Sets whether to suppress trial exception for unlicensed usage.
__init__(msg: str)Calls init(msg) on this TrialException instance.

See Also