TrialException
Contents
[
Hide
]TrialException class
This is raised in Scene.Open/Scene.Save when no licenses are applied. You can turn off this exception by setting SuppressTrialException to true.
Methods
constructor
| Name | Description |
|---|---|
| constructor(msg) | Constructor of TrialException |
Parameters:
| Name | Type | Description |
|---|---|---|
| ms | String | null |
Result:
getSuppressTrialException
| Name | Description |
|---|---|
| getSuppressTrialException() | Sets this to true to suppress trial exception for unlicensed usage, but the restrictions will not be lifted. In order to lift the restrictions, please use a proper license. And sets this to true also means you’re aware of the unlicensed restrictions. |
Result:
setSuppressTrialException
| Name | Description |
|---|---|
| setSuppressTrialException(value) | Sets this to true to suppress trial exception for unlicensed usage, but the restrictions will not be lifted. In order to lift the restrictions, please use a proper license. And sets this to true also means you’re aware of the unlicensed restrictions. |
Result: