A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/dom/DOMException/message below:

message ยท WebPlatform Docs

message Summary

Retrieves a string describing the exception that occurred.

Property of dom/DOMExceptiondom/DOMException

Syntax

Note: This property is read-only.

var exceptionMessage = exception.message;
Return Value

Returns an object of type StringString

A short description of the exception.

Examples
function getExceptionMsg(e) {

var exceptionMsg = e.message;
return exceptionMsg;
}
Related specifications
DOM Level 2 Core
Recommendation
See also Related pages Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4