ErrorEvent Constructor (Exception)
Initializes a new instance of the ErrorEvent class.

Namespace: Aspose.Html.Dom.Events
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public ErrorEvent(
	Exception exception
)

Parameters

exception
Type: SystemException
The exception.
See Also