DOMExceptionMessage Property
Returns a string representing a message or description associated with the given error name.

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

Property Value

Type: String
The error message.

Implements

_ExceptionMessage
See Also