DOMExceptionName Property
Returns a string that contains one of the strings associated with an error name.

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public string Name { get; }

Property Value

Type: String
The error name.
See Also