IDebugInterceptExceptionCompleteEvent2
This interface is sent by the debug engine (DE) to the session debug manager (SDM) when the DE has completed the handling of an intercepted event.
IDebugInterceptExceptionCompleteEvent2 : IUnknown
Notes for Implementers
The DE implements this interface to report that processing of an intercepted exception has been completed. The IDebugEvent2 interface must be implemented on the same object as this interface. The SDM uses QueryInterface to access the IDebugEvent2 interface.
Notes for Callers
The DE creates and sends this event object to report the completion of an intercepted exception. The event is sent by using the IDebugEventCallback2 callback function that is supplied by the SDM when it attached to the program being debugged.
Methods in Vtable Order
The IDebugInterceptExceptionCompleteEvent2 interface implements the following methods.
Method |
Description |
---|---|
Returns the unique value associated with the handled exception. |
Remarks
This event will be sent by IDebugStackFrame3::InterceptCurrentException when that method has successfully completed handling an intercepted exception.
Requirements
Header: msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll
See Also
Reference
IDebugStackFrame3::InterceptCurrentException