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
| Name | Type | Access | Description |
|---|---|---|---|
suppress_trial_exception | bool | Read | Gets whether trial exception is suppressed. |
Methods
| Signature | Description |
|---|---|
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. |