Site icon EfmSoft

What does NTSTATUS 0x80010001 (DBG_EXCEPTION_NOT_HANDLED) mean?

 
Could be also:
ConstantTypeOS
RPC_E_CALL_REJECTEDHRESULTWindows
Previous Next
STATUS_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS STATUS_CLUSTER_NODE_ALREADY_UP

DBG_EXCEPTION_NOT_HANDLED

The exception was passed back to the debuggee

For an EXCEPTION_DEBUG_EVENT, this continuation value tells Windows that the debugger did not consume the exception. On a first-chance event, structured exception handling continues in the target so an application or runtime handler can process it. If a second-chance exception remains unhandled, the process is normally terminated.

This is the correct response for most exceptions that belong to the application rather than to the debugger. It must not be used as a generic acknowledgement without checking the event type and first-chance flag.

What to inspect

References


Looking for a different code? Search another status or error code.

Exit mobile version