AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.0-alpha-229" />

.NET API 885,248 bytes

 IDomException

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

Gets the error code for this exception.