IDkmFrameExceptionInterceptProvider Interface

Definition

This interface is implemented by debug monitors that provide support for unwinding exceptions to a specific 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, RuntimeId, SymbolProviderId, TransportKind.

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

Methods

GetUnwindAddress(DkmStackWalkFrame, DkmInstructionAddress)

Returns the address that represents the location if an exception were to be intercepted to this frame.

InterceptCurrentException(DkmStackWalkFrame, DkmExceptionInterceptActionFlags, UInt64)

InterceptCurrentException is used to unwind to this frame as if there was an exception handler at that frame.

Applies to