Bounds Check
The bounds check exception corresponds to the Intel 80386 bounds check fault
(#5), caused by a BOUND instruction that fails.
Exception Code:
XCPT_ARRAY_BOUNDS_EXCEEDED (0xC0000093)
Handler Information:
The
CS:EIP in the exception context structure points to the instruction that
caused the exception. This exception is continuable.
Default
Action:
Additional
Parameters:
[Back]
[Next]