|
This topic describes the following types of exceptions:
The table that follows lists the exception name, the vector number or error code, and the exception handler response.
Exception |
Error code |
RTX will... |
EXCEPTION_NPX_NOT_AVAILABLE |
0X07 |
Allow for floating-point capability, and continue executing the application. |
EXCEPTION_INT3 |
0x03 |
Enter the debugger. If no debugger is present, RTX freezes the process. |
EXCEPTION_NMI |
0x02 |
Issue a Green Screen stop message. |
x86 Exception |
Win32 Mapping |
EXCEPTION_DIVIDED_BY_ZERO |
EXCEPTION_INT_DIVIDE_BY_ZERO |
EXCEPTION_NPX_OVERRUN |
EXCEPTION_FLT_INVALID_OPERATION |
EXCEPTION_NPX_ERROR |
EXCEPTION_FLT_DENORMAL_OPERAND |
EXCEPTION_INVALID_OPCODE |
EXCEPTION_ILLEGAL_INSTRUCTION |
EXCEPTION_GP_FAULT |
EXCEPTION_ACCESS_VIOLATION |
EXCEPTION_DEBUG |
EXCEPTION_BREAKPOINT |
EXCEPTION_ALIGNMENT_CHECK |
EXCEPTION_DATATYPE_MISALIGNMENT |