InitializationException constructor
__init__(self)
Initialize an InitializationException instance
def __init__(self):
...
__init__(self, msg)
Initialize an InitializationException instance with specified exception message.
def __init__(self, msg):
...
| Parameter | Type | Description |
|---|---|---|
| msg | str |
See Also
- module
aspose.threed.render - class
InitializationException