IActiveScriptErrorIActiveScriptError*
*Contents  *Index  *Topic Contents
*Previous Topic: IActiveScript::SetScriptState
*Next Topic: IActiveScriptError::GetExceptionInfo

IActiveScriptError

An object implementing this interface is passed to the IActiveScriptSite::OnScriptError method whenever the scripting engine encounters an unhandled error. The host then calls methods on this object to obtain information about the error that occurred.

Methods in Vtable Order
GetExceptionInfo Retrieves information about an error.
GetSourcePosition Retrieves the location in the source code where an error occurred.
GetSourceLineText Retrieves the line in the source file where an error occurred.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.