Range-related error.
Platform Support
| IE | Mozilla | Netscape | Opera | Safari | Chrome | no | 1.0+ | 6.0+ | 9.0+ | 1.0+ | no |
|---|
Constructors
| Constructor | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome | ||
|---|---|---|---|---|---|---|---|---|---|
|
RangeException Constructor() : RangeException
Range-related error.
|
Show Details | no | 1.0+ | 6.0+ | 9.0+ | 1.0+ | no | ||
RangeException() : RangeExceptionRange-related error. Returns
|
|||||||||
Properties
| Property | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome |
|---|---|---|---|---|---|---|---|
|
BAD_BOUNDARYPOINTS_ERR
: Number
Illegal boundary points for the range.
|
Show Details | no | 1.0+ | 6.0+ | 9.0+ | 1.0+ | no |
|
|||||||
|
INVALID_NODE_TYPE_ERR
: Number
Invalid node or node with an invalid ancestor for the container node of the range boundary point.
|
Show Details | no | 1.0+ | 6.0+ | 9.0+ | 1.0+ | no |
|
|||||||
|
code
: Number
Error code containing information about the exception.
|
Show Details | no | 1.0+ | 6.0+ | 9.0+ | 1.0+ | no |
|
|||||||
Availability
HTML DOM Level 2|W3C