DOMException
DOMException(string)
Initializes a new instance of the DOMException
class.
public DOMException(string message)
Parameter | Type | Description |
---|---|---|
message | String | The error message. |
See Also
- class DOMException
- namespace Aspose.Html.Dom
- assembly Aspose.HTML
DOMException(string, string)
Initializes a new instance of the DOMException
class.
public DOMException(string name, string message)
Parameter | Type | Description |
---|---|---|
name | String | The error name. |
message | String | The error message. |
See Also
- class DOMException
- namespace Aspose.Html.Dom
- assembly Aspose.HTML