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