Contents Index Topic Contents | ||
Previous Topic: IActiveScriptError Next Topic: IActiveScriptError::GetSourceLineText |
IActiveScriptError::GetExceptionInfo
HRESULT GetExceptionInfo( EXCEPINFO *pexcepinfo // structure for exception information );Retrieves information about an error that occurred while the scripting engine was running a script.
- Returns S_OK if successful, or E_FAIL if an error occurred.
- pexcepinfo
- [out] Address of an EXCEPINFO structure that receives error information.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.