DOMException Constructor (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 message
)

Parameters

message
Type: SystemString
The error message.
See Also