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

Namespace: Aspose.Svg.Dom
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public DOMException(
	string name,
	string message
)

Parameters

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