Share via


INTERCEPT_EXCEPTION_ACTION

Specifies what actions to take when intercepting exceptions.

enum enum_INTERCEPT_EXCEPTION_ACTION
{
   IEA_INTERCEPT = 0x0001
}
typedef DWORD INTERCEPT_EXCEPTION_ACTION;
public enum enum_INTERCEPT_EXCEPTION_ACTION
{
   IEA_INTERCEPT = 0x0001
}

Parameters

  • IEA_INTERCEPT
    Enables intercepting the current exception. This is the only value supported at present and must be specified.

Remarks

These values are passed into the IDebugStackFrame3::InterceptCurrentException method.

Requirements

Header: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See Also

Reference

Enumerations (Visual Studio Debugging)

IDebugStackFrame3::InterceptCurrentException