IDkmExceptionTriggerHitNotification Interface

Definition

IDkmExceptionTriggerHitNotification is implemented by components that want to listen for the ExceptionTriggerHit event. IDkmExceptionTriggerHitNotification is invoked after all implementations of IDkmExceptionTriggerHitReceived. 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).

The 'ExceptionTriggerHit' event provides notification that a previously set DkmExceptionTrigger has been met.

ExceptionTriggerHit events can be suppressed by calling DkmEventDescriptorS.Suppress().

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, ExceptionCategory, RuntimeId, SourceId.

public interface class IDkmExceptionTriggerHitNotification
public interface class IDkmExceptionTriggerHitNotification
__interface IDkmExceptionTriggerHitNotification
public interface IDkmExceptionTriggerHitNotification
type IDkmExceptionTriggerHitNotification = interface
Public Interface IDkmExceptionTriggerHitNotification

Methods

OnExceptionTriggerHit(DkmExceptionTriggerHit, DkmEventDescriptorS)

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

Applies to