KERNEL_MODE_EXCEPTION_NOT_HANDLED_M
Bug check code: 0x1000008e (268435598)
As HRESULT:- S: 0 (Success)
- C: 0 (Microsoft-defined)
- N: 1 (Wraps an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0x008e (142)
- Sev: 0 (STATUS_SEVERITY_SUCCESS)
- C: 0 (Microsoft-defined)
- N: 1 (Reserved, must be clear in a well-formed NTSTATUS)
- Facility: 0x000 (Default)
- Code: 0x008e (142)
Description
The KERNEL_MODE_EXCEPTION_NOT_HANDLED_M bug check has a value of 0x1000008E. This indicates that a kernel-mode program generated an exception which the error handler did not catch.
Bug check 0x1000008E has the same meaning and parameters as bug check 0x8E (KERNEL_MODE_EXCEPTION_NOT_HANDLED).
Important
This article is for programmers. If you're a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.
Resolution
The !analyze debug extension displays information about the bug check and can be helpful in determining the root cause.
Article text from the Windows driver documentation (opens in a new tab), by Microsoft, under the CC BY 4.0 (opens in a new tab) licence.