AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.3.0-beta.476" />

.NET API 959,488 bytes

 IDomException

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

Gets the error code for this exception.