IDkmClrDebugMonitorExceptionCaughtNotification Interface

Definition

IDkmClrDebugMonitorExceptionCaughtNotification is implemented by components that want to listen for the ClrDebugMonitorExceptionCaught event. When this notification fires, the target process will be suspended and can be examined. The 'ClrDebugMonitorExceptionCaught' event provides notification from the Managed Debug Monitor about a caught exception which occurred within the target process. This event is consumed by Diagnostic tools like IntelliTrace to be logged in their TraceDebugger.\n.

ClrDebugMonitorExceptionCaught 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, RuntimeId.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

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

Methods

OnClrDebugMonitorExceptionCaught(DkmClrCaughtExceptionInformation, DkmWorkList, DkmEventDescriptorS)

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

Applies to