DOMExceptionCode Property
Returns a value that contains one of the error code constants, or 0 if none match. This field is used for historical reasons.

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public ushort Code { get; }

Property Value

Type: UInt16
Returns the error code.
See Also