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