INTERCEPT_EXCEPTION_ACTION
指定截获异常时要执行的操作。
语法
参数
IEA_INTERCEPT
启用截获当前异常。 这是目前唯一支持的值,必须指定该值。
备注
这些值将传递到 InterceptCurrentException 方法中。
要求
标头:msdbg.h
命名空间:Microsoft.VisualStudio.Debugger.Interop
程序集:Microsoft.VisualStudio.Debugger.Interop.dll
指定截获异常时要执行的操作。
IEA_INTERCEPT
启用截获当前异常。 这是目前唯一支持的值,必须指定该值。
这些值将传递到 InterceptCurrentException 方法中。
标头:msdbg.h
命名空间:Microsoft.VisualStudio.Debugger.Interop
程序集:Microsoft.VisualStudio.Debugger.Interop.dll