AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.8.1" />

.NET API 1,214,976 bytes

 ErrorEvent

public class ErrorEvent : Event
Represents the error event arguments.
public int Column { get; }

Gets the column number of the error.

public DomException Error { get; }

Gets the exception describing the error.

public string FileName { get; }

Gets the filename where the error occurred.

public int Line { get; }

Gets the line number of the error.

public string Message { get; }

Gets the message describing the error.

public ErrorEvent()