IDkmClrExceptionDetailsProvider Interface

Definition

This interface allows debug monitors to provide additional information about CLR exceptions in the form of exception details.

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 15 Update 7 (DkmApiVersion.VS15Update7).

public interface class IDkmClrExceptionDetailsProvider
public interface IDkmClrExceptionDetailsProvider
type IDkmClrExceptionDetailsProvider = interface
Public Interface IDkmClrExceptionDetailsProvider

Methods

GetCorException(DkmExceptionDetails)

Get the ICorDebugValue for the exception object.

Applies to