Module: Ragweed::Wrap32::ExceptionCodes
- Defined in:
- lib/ragweed/wrap32/debugging.rb
Constant Summary collapse
- ACCESS_VIOLATION =
0xC0000005
- BREAKPOINT =
0x80000003- ALIGNMENT =
0x80000002- SINGLE_STEP =
0x80000004- BOUNDS =
0xC0000008
- DIVIDE_BY_ZERO =
0xC0000094
- INT_OVERFLOW =
0xC0000095
- INVALID_HANDLE =
0xC0000008
- PRIV_INSTRUCTION =
0xC0000096
- STACK_OVERFLOW =
0xC00000FD
- INVALID_DISPOSITION =
0xC0000026