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