IDkmInterceptExceptionCompletedReceived.OnInterceptExceptionCompletedReceived Method

Definition

OnInterceptExceptionCompletedReceived is invoked as part of event processing. See interface definition for more information.

public:
 void OnInterceptExceptionCompletedReceived(Microsoft::VisualStudio::Debugger::DkmThread ^ thread, System::UInt64 cookie, Microsoft::VisualStudio::Debugger::DkmEventDescriptor ^ eventDescriptor);
public void OnInterceptExceptionCompletedReceived (Microsoft.VisualStudio.Debugger.DkmThread thread, ulong cookie, Microsoft.VisualStudio.Debugger.DkmEventDescriptor eventDescriptor);
abstract member OnInterceptExceptionCompletedReceived : Microsoft.VisualStudio.Debugger.DkmThread * uint64 * Microsoft.VisualStudio.Debugger.DkmEventDescriptor -> unit
Public Sub OnInterceptExceptionCompletedReceived (thread As DkmThread, cookie As ULong, eventDescriptor As DkmEventDescriptor)

Parameters

thread
DkmThread

[In] DkmThread represents a thread running in the target process.

cookie
UInt64

[In] Cookie that was handed out when intercept exception request came in.

eventDescriptor
DkmEventDescriptor

[In] Describes the event being processed.

Applies to