DOMException.Code

DOMException.Code property

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

public ushort Code { get; }

Property Value

Returns the error code.

See Also