IActiveScriptSite::OnScriptErrorIActiveScriptSite::OnScriptError*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IActiveScriptSite::OnLeaveScript
*Next Topic: IActiveScriptSite::OnScriptTerminate

IActiveScriptSite::OnScriptError

HRESULT IActiveScriptSite::OnScriptError(
    IActiveScriptError *pase  // address of error interface
);

Informs the host that an execution error occurred while the engine was running the script.

pase
[in] Address of the error object's IActiveScriptError interface. A host can use this interface to obtain information about the execution error.

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