IDkmExceptionStackTraceProvider 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.
Allows a library that implements exception objects that maintain a captured stack trace to expose this stack trace to the debugger.
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, ExceptionCategory, RuntimeId.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public interface class IDkmExceptionStackTraceProvider
public interface class IDkmExceptionStackTraceProvider
__interface IDkmExceptionStackTraceProvider
public interface IDkmExceptionStackTraceProvider
type IDkmExceptionStackTraceProvider = interface
Public Interface IDkmExceptionStackTraceProvider
Methods
GetExceptionStackTrace(DkmExceptionInformation) |
Obtains the captured stack trace associated with the exception, if one is available. |