IDkmInterceptExceptionCompletedNotification Interface

Definition

IDkmInterceptExceptionCompletedNotification is implemented by components that want to listen for the InterceptExceptionCompleted event. IDkmInterceptExceptionCompletedNotification is invoked after all implementations of IDkmInterceptExceptionCompletedReceived. When this notification is called, the target process is stopped and implementers are able to either inspect the process or cause it to execute in a controlled manner (slip, func-eval).

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 IDkmInterceptExceptionCompletedNotification
public interface class IDkmInterceptExceptionCompletedNotification
__interface IDkmInterceptExceptionCompletedNotification
public interface IDkmInterceptExceptionCompletedNotification
type IDkmInterceptExceptionCompletedNotification = interface
Public Interface IDkmInterceptExceptionCompletedNotification

Methods

OnInterceptExceptionCompleted(DkmThread, UInt64, DkmEventDescriptor)

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

Applies to