INTERCEPT_EXCEPTION_ACTION

Specifies what actions to take when intercepting exceptions.

Syntax

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 InterceptCurrentException method.

Requirements

Header: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See also