Table of Contents

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

eventName string

The name of the event.

error Exception

The error to be transported.

Properties

Error

Error to be transported.

public Exception Error { get; }

Property Value

Exception