IDkmExceptionDetailsProvider173 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.
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. |