Debugger5.ExceptionGroups 属性

定义

获取调试器的异常设置。 对于每个异常,这些设置决定了调试器是否为代码提供了在其中断执行之前处理异常的机会。

public:
 property EnvDTE90::ExceptionGroups ^ ExceptionGroups { EnvDTE90::ExceptionGroups ^ get(); };
[System.Runtime.InteropServices.DispId(2101)]
public EnvDTE90.ExceptionGroups ExceptionGroups { [System.Runtime.InteropServices.DispId(2101)] get; }
[<System.Runtime.InteropServices.DispId(2101)>]
[<get: System.Runtime.InteropServices.DispId(2101)>]
member this.ExceptionGroups : EnvDTE90.ExceptionGroups
Public ReadOnly Property ExceptionGroups As ExceptionGroups

属性值

ExceptionGroups

ExceptionGroups 对象。

实现

属性

适用于