Javascript Errors reference.
Javascript build-in Error object reference.
Using Error:
Prototype Methods:
Syntax: | toString() |
Returns an implementation defined string. |
Prototype Properties:
Syntax: | Error.prototype.constructor |
This property of the Error.prototype holds the reference back to the Error object. | |
Important note: | This is the same as the constructor property of an instantiated object |
Constructor (Error) Properties:
Syntax: | Error.constructor |
The constructor property is a reference to the function that will be invoked to create a Error object. |
© 2010 by Finnesand Data.
All rights reserved.
This site aims to provide FREE programming training and technics.
Finnesand Data as site owner gives no warranty for the
correctness in the pages or source codes.
The risk of using this web-site pages or any program
codes from this website is entirely at the individual user.