TiffImageException constructor
init
Initializes a new instance of the TiffImageException class.
def __init__(self, message):
...
| Parameter | Type | Description |
|---|---|---|
| message | str | The exception message. |
init
Initializes a new instance of the TiffImageException class.
def __init__(self, error):
...
| Parameter | Type | Description |
|---|---|---|
| error | aspose.cad.imageoptions.TiffOptionsError | The error. |
init
Initializes a new instance of the TiffImageException class.
def __init__(self, message, error):
...
| Parameter | Type | Description |
|---|---|---|
| message | str | The message. |
| error | aspose.cad.imageoptions.TiffOptionsError | The error. |