IDkmInterceptExceptionCompletedReceived Interface
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.
IDkmInterceptExceptionCompletedReceived is implemented by components that want to listen for the InterceptExceptionCompleted event. IDkmInterceptExceptionCompletedReceived is invoked before IDkmInterceptExceptionCompletedNotification. From within this notification, it is not possible to cause the target process to execute (no func-eval, no slipping).
Sent by a debug monitor after an exception has been unwound to a specified frame.
Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, TransportKind.
public interface class IDkmInterceptExceptionCompletedReceived
public interface class IDkmInterceptExceptionCompletedReceived
__interface IDkmInterceptExceptionCompletedReceived
public interface IDkmInterceptExceptionCompletedReceived
type IDkmInterceptExceptionCompletedReceived = interface
Public Interface IDkmInterceptExceptionCompletedReceived
On |
OnInterceptExceptionCompletedReceived is invoked as part of event processing. See interface definition for more information. |
Produkt | Verzie |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |