Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |