IActiveScriptErrorDebug Interface
Provides document context information for compile-time errors and run-time exceptions. The IActiveScriptError::QueryInterface
method supports the IActiveScriptErrorDebug
interface.
In addition to the methods inherited from IActiveScriptError
, the IActiveScriptErrorDebug
interface exposes the following methods.
Methods in Vtable Order
Method | Description |
---|---|
IActiveScriptErrorDebug::GetDocumentContext | Provides the document context for this error. |
IActiveScriptErrorDebug::GetStackFrame | Provides the stack frame that is in effect for runtime errors. |