Table of Contents

Enum ExceptionCode

Namespace
Microsoft.Samples.Debugging.Native
Assembly
NativeDebugWrappers.dll

Common Exception codes

public enum ExceptionCode : uint

Fields

DBG_CONTROL_C = 1073807365

Fired when debuggee gets a Control-C.

EXCEPTION_ACCESS_VIOLATION = 3221225477
EXCEPTION_INT_DIVIDE_BY_ZERO = 3221225620
EXCEPTION_NONCONTINUABLE_EXCEPTION = 3221225509
EXCEPTION_STACK_OVERFLOW = 3221225725
None = 0
STATUS_BREAKPOINT = 2147483651
STATUS_SINGLESTEP = 2147483652

Remarks

Users can define their own exception codes, so the code could be any value. The OS reserves bit 28 and may clear that for its own purposes