AngleSharp by Florian Rappl

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

.NET API 1,175,040 bytes

 IDomException

public interface IDomException
Defines how a DOMException should look like.
int Code { get; }

Gets the error code for this exception.