DriverException constructor
__init__(self, code, message)
Initialize an instance of DriverException with specified native driver error code and message.
def __init__(self, code, message):
...
| Parameter | Type | Description |
|---|---|---|
| code | int | |
| message | str |
See Also
- module
aspose.threed.render - class
DriverException