IDkmExceptionManager140 Interface

Definition

This is an updated version of IDkmExceptionManager, which was added for Visual Studio 14.0 to provide a means of removing exception triggers from the exception manager.

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.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

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

Methods

RemoveExceptionTrigger(DkmProcess, Guid, DkmExceptionTrigger)

Removes an exception trigger previously set. Note that the processing stage is ignored and does not need to match the value originally provided.

Applies to