DOMException.Message

DOMException.Message property

Returns a String representing a message or description associated with the given error name.

public String Message { get; }

Property Value

The error message.

See Also