DOMExceptionName Property |
Returns a string that contains one of the strings associated with an error name.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic string Name { get; }
Public ReadOnly Property Name As String
Get
public:
property String^ Name {
String^ get ();
}
member Name : string with get
Property Value
Type:
String
The error name.
See Also