DOMException Constructor (String, String)
Initializes a new instance of the DOMException class.

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public DOMException(
	string name,
	string message
)

Parameters

name
Type: SystemString
The error name.
message
Type: SystemString
The error message.
See Also