Enumsยง
- Exception
Code Windows - Values for
MINIDUMP_EXCEPTION::exception_code
for crashes on Windows. - Exception
Code Windows Access Type - The different kinds of EXCEPTION_ACCESS_VIOLATION.
- Exception
Code Windows InPage Error Type - The different kinds of EXCEPTION_IN_PAGE_ERROR.
- Fast
Fail Code - Values for
MINIDUMP_EXCEPTION::exception_information[0]
, whenMINIDUMP_EXCEPTION::exception_code
isNtStatusWindows::STATUS_STACK_BUFFER_OVERRUN
. - NtStatus
Windows - Values for
MINIDUMP_EXCEPTION::exception_code
for crashes on Windows and also for sub-codes and last reported errors - WinError
Facility Windows - The values can be generated from from winerror.h in the Windows 11 SDK (version 10.0.26100.0) using the following script:
- WinError
Windows - Values for
MINIDUMP_EXCEPTION::exception_code
for crashes on Windows