IDebugInterceptExceptionCompleteEvent2::GetInterceptCookie

当已截获异常的处理完成时调用。

语法

int GetInterceptCookie(
   out ulong pqwCookie
);

参数

pqwCookie
[out]与截获的异常关联的唯一值。

返回值

如果成功,则 S_OK返回;否则返回错误代码。

注解

InterceptCurrentException 方法完成截获异常的处理后,它会发送 IDebugInterceptExceptionCompleteEvent2 事件。 处理程序可以使用 GetInterceptCookie 该方法检索与异常关联的唯一值(传递给 InterceptCurrentException 方法的值相同)。

另请参阅