DkmClrCaughtExceptionInformation.OnClrDebugMonitorExceptionCaught 方法

定义

引发 ClrDebugMonitorExceptionCaught 事件。 实现事件接收器接口的组件将接收事件通知。 所有组件收到通知后,控件将返回。

位置约束:必须从监视器组件 (组件级别 100000) 中调用 API < 。

此 API 是在 Visual Studio 12 RTM (VS12RTM) 中引入的。

public:
 void OnClrDebugMonitorExceptionCaught();
public:
 void OnClrDebugMonitorExceptionCaught();
void OnClrDebugMonitorExceptionCaught();
public void OnClrDebugMonitorExceptionCaught ();
member this.OnClrDebugMonitorExceptionCaught : unit -> unit
Public Sub OnClrDebugMonitorExceptionCaught ()

适用于