IDkmInterceptExceptionCompletedNotification.OnInterceptExceptionCompleted Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
OnInterceptExceptionCompleted is invoked as part of event processing. See interface definition for more information.
public:
void OnInterceptExceptionCompleted(Microsoft::VisualStudio::Debugger::DkmThread ^ thread, System::UInt64 cookie, Microsoft::VisualStudio::Debugger::DkmEventDescriptor ^ eventDescriptor);
public void OnInterceptExceptionCompleted (Microsoft.VisualStudio.Debugger.DkmThread thread, ulong cookie, Microsoft.VisualStudio.Debugger.DkmEventDescriptor eventDescriptor);
abstract member OnInterceptExceptionCompleted : Microsoft.VisualStudio.Debugger.DkmThread * uint64 * Microsoft.VisualStudio.Debugger.DkmEventDescriptor -> unit
Public Sub OnInterceptExceptionCompleted (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.