IDkmInterceptExceptionCompletedReceived Interface

Definition

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

Methods

OnInterceptExceptionCompletedReceived(DkmThread, UInt64, DkmEventDescriptor)

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

Applies to