IDkmFrameExceptionInterceptProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |