IActiveScriptWinRTErrorDebug Interface
Implemented by the JavaScript engine to provide extended Windows Runtime error information from a BREAKREASON Enumeration event. You can do a QueryInterface to get it from an IActiveScriptError object.
Important
This interface is implemented by PDM v11.0 and greater. Found in activdbg100.h.
Methods
The IActiveScriptWinRTErrorDebug
interface exposes the following methods.
Method | Description |
---|---|
IActiveScriptWinRTErrorDebug::GetCapabilitySid | Returns the capability SID for the Windows Runtime error, if available. |
IActiveScriptWinRTErrorDebug::GetRestrictedErrorReference | Returns the Windows Runtime restricted error reference string, if available. |
IActiveScriptWinRTErrorDebug::GetRestrictedErrorString | Returns the Windows Runtime restricted error string, if available. |