IDkmExceptionWinRTErrorExtractor 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.
IDkmExceptionWinRTErrorExtractor is called by the exception manager to extract WinRT enhanced error info from a JavaScript/CLR/C++/etc exception.
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.
public interface class IDkmExceptionWinRTErrorExtractor
public interface class IDkmExceptionWinRTErrorExtractor
__interface IDkmExceptionWinRTErrorExtractor
public interface IDkmExceptionWinRTErrorExtractor
type IDkmExceptionWinRTErrorExtractor = interface
Public Interface IDkmExceptionWinRTErrorExtractor
Methods
GetWinRTErrorInfo(DkmExceptionInformation, String, String, String) |
Provides developer-oriented additional information about the exception. This info should be displayed along with GetDescription and GetAdditionalInformation to clarify the cause of the error. |