IDkmExceptionContinuedNotification Interface

Definition

IDkmExceptionContinuedNotification is implemented by components that want to listen for the ExceptionContinued event. When this notification fires, the target process will be suspended and can be examined. ExceptionContinued is sent by a debug monitor when execution is resumed in the target process and the given exception has not been squashed. In other words, the target process will continue with its standard exception processing.

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.

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

Methods

OnExceptionContinued(DkmExceptionInformation, DkmWorkList, DkmEventDescriptor)

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

Applies to