Exception or error thrown by an event.
Browser/User Agent Support
| IE | Mozilla | Netscape | Opera | Safari | Netscapte | no | 1.0+ | 4.0+ | 7.0+ | no | no |
|---|
Constructors
| Constructor | IE | Mozilla | Netscape | Opera | Safari | Netscapte |
|---|---|---|---|---|---|---|
Exception or error thrown by an event. | no | 1.0+ | 4.0+ | 7.0+ | no | no |
Properties
| Property | IE | Mozilla | Netscape | Opera | Safari | Netscapte |
|---|---|---|---|---|---|---|
Raised if the Event object has an uninitialized, null, or empty type value. | no | 1.0+ | 4.0+ | 7.0+ | no | no |
Error code that provides information about the exception. See Remarks for details. | no | 1.0+ | 4.0+ | 7.0+ | no | no |
Availability
HTML DOM Level 2 | W3C
Constructor Detail
Property Detail
Number UNSPECIFIED_EVENT_TYPE_ERR - read only
Raised if the Event object has an uninitialized, null, or empty type value.
Number code
Error code that provides information about the exception. See Remarks for details.
- Remarks
-
The following constant is the only current valid value for
code:UNSPECIFIED_EVENT_TYPE_ERR = 0- Indicates that the event has an uninitialized, null, or emptytypeproperty.
- Availability
HTML DOM Level 2 | W3C
