DOMExceptionMessage Property |
Returns a string representing a message or description associated with the given error name.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic override string Message { get; }
Public Overrides ReadOnly Property Message As String
Get
public:
virtual property String^ Message {
String^ get () override;
}
abstract Message : string with get
override Message : string with get
Property Value
Type:
String
The error message.
Implements
_ExceptionMessage
See Also