Share via


IDkmExceptionDetailsProvider173 Interface

Definition

Interface used to implement DkmExceptionDetails.GetStackTraceInstructionAddresses.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: EngineId, ExceptionCategory, RuntimeId.

This API was introduced in Visual Studio 16 Update 4 (DkmApiVersion.VS16Update4).

public interface IDkmExceptionDetailsProvider173
type IDkmExceptionDetailsProvider173 = interface
Public Interface IDkmExceptionDetailsProvider173

Methods

GetStackTraceInstructionAddresses(DkmExceptionDetails)

Gets the instruction addresses of the original call stack where this exception was thrown.

Applies to