AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.16.1-alpha-127" />

.NET API 879,616 bytes

 IDomException

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

Gets the error code for this exception.