Share via


CorDebugExceptionUnwindCallbackType Enumeration

Indicates the event that is being signaled by the callback during the unwind phase.

typedef enum CorDebugExceptionUnwindCallbackType {
    DEBUG_EXCEPTION_UNWIND_BEGIN = 1,
    DEBUG_EXCEPTION_INTERCEPTED  = 2
} CorDebugExceptionUnwindCallbackType;

Members

Member

Description

DEBUG_EXCEPTION_UNWIND_BEGIN

The beginning of the unwind process.

DEBUG_EXCEPTION_INTERCEPTED

The exception was intercepted.

Requirements

Platforms: See .NET Framework System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

See Also

Other Resources

Debugging Enumerations