IDBDatabaseException object
[Internet Explorer 10. While supported in pre-release versions, this property is obsolete and DOMException should be used instead. Applications using this property should be updated accordingly.]
Obsolete. Represents an error that occurred while processing an Indexed Database operation or request.
![]() |
Syntax
try {
someIndexedDBOperation();
} catch( ex ) {
handleIDBDatabaseException( ex );
}
DOM Information
Inheritance Hierarchy
The IDBDatabaseException does not inherit from any class or interface.Members
The IDBDatabaseException object has these types of members:
Properties
The IDBDatabaseException object has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only |
Returns a numeric value representing the error that triggered an exception. |
Standards information
Remarks
Originally supported in pre-release versions of Internet Explorer 10, support for IDatabaseException objects has been removed, due to changes in the specification.
See also
Show:
