DOMException.Name

DOMException.Name property

Returns a String that contains one of the Strings associated with an error name.

public String Name { get; }

Property Value

The error name.

See Also