Interface IDomException
- Namespace
- AngleSharp.Dom
- Assembly
- AngleSharp.dll
Defines how a DOMException should look like.
[DomName("DOMException")]
public interface IDomException
- Extension Methods
Properties
Code
Gets the error code for this exception.
[DomName("code")]
int Code { get; }