AngleSharp by Florian Rappl

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

 ParseErrorEventArgs

public sealed class ParseErrorEventArgs : EventArgs
The ParseErrorEventArgs package.
public int Column { get; set; }

Gets or sets the column within the document.

public int ErrorCode { get; }

Gets the provided error code.

public string ErrorMessage { get; }

Gets the associated error message.

public int Line { get; set; }

Gets or sets the line within the document.

public ParseErrorEventArgs(int code, string msg)

Creates a new ErrorEventArgs package.