DOMException constructor
init
Initializes a new instance of the DOMException class.
def __init__(self, message):
...
| Parameter | Type | Description |
|---|---|---|
| message | str | The error message. |
init
Initializes a new instance of the DOMException class.
def __init__(self, name, message):
...
| Parameter | Type | Description |
|---|---|---|
| name | str | The error name. |
| message | str | The error message. |
See Also
- module
aspose.html.dom - class
DOMException