AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.4.0-beta.496" />

 TrackEvent

public class TrackEvent : Event
The event that is published in case of a tracking possibility (e.g., errors) coming from the dynamic DOM.
public Exception Error { get; }

Error to be transported.

public TrackEvent(string eventName, Exception error)

Creates a new event for a tracking request.