Class TrackEvent
- Namespace
- AngleSharp.Browser.Dom.Events
- Assembly
- AngleSharp.dll
The event that is published in case of a tracking possibility (e.g., errors) coming from the dynamic DOM.
public class TrackEvent : Event
- Inheritance
-
TrackEvent
- Inherited Members
- Extension Methods
Constructors
TrackEvent(string, Exception)
Creates a new event for a tracking request.
public TrackEvent(string eventName, Exception error)
Parameters
Properties
Error
Error to be transported.
public Exception Error { get; }