0 out of 1 rated this helpful - Rate this topic

DOMException object

Describes errors thrown by Document Object Model (DOM) operations.

Document Object Model (DOM) Level 3 Core Specification, Section 1.4Internet Explorer 9

Members

The DOMException object has these types of members:

Properties

The DOMException object has these properties.

PropertyDescription

code

Sets or retrieves a number indicating the type of exception that occurred.

message

Retrieves a string that describes the error that occurred.

name (DOMError, DOMException)

Returns a DOMString value an error that occurred during a DOM operation.

 

Standards information

See also

DOM Exception Error Codes

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.