E Error.prototype (Property) . Error.message (according to (Web site layout)

E Error.prototype (Property) . Error.message (according to ECMA) . Error.description (according to Microsoft) The following methods are inherited from the Error.prototype: . Error.toString() The example demonstrates how to provide extensions to all instances of this class by adding a function to the prototype object to emulate the ECMA standard message property that is lacking in some implementations. Example code: See also: Error(), Error(), Error.constructor, Error.toString(), prototype property Property attributes: ReadOnly, DontDelete, DontEnum. Cross-references: ECMA 262 edition 3 section 15.11.3.1

Leave a Reply