AngleSharp by AngleSharp

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

.NET API 1,214,976 bytes

 IDomException

public interface IDomException
Defines how a DOMException should look like.
using AngleSharp.Attributes; namespace AngleSharp.Dom { [DomName("DOMException")] public interface IDomException { [DomName("code")] int Code { get; } } }