The error attribute must return the value it was initialized to. When the object is created, this attribute must be initialized to null. Where appropriate, it is set to the object representing the error (e.g. the exception object in the case of an uncaught DOM exception).
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic Object Error { get; }
Public ReadOnly Property Error As Object
Get
public:
property Object^ Error {
Object^ get ();
}
member Error : Object with get
Property Value
Type:
Object
The error.
See Also