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