2 out of 22 rated this helpful - Rate this topic

JavaScript Syntax Errors

JavaScript - Internet Explorer 10

JavaScript syntax errors occur when the structure of one of your JavaScript statements violates one or more of the syntactic rules.

6bby3x2e.collapse_all(en-us,VS.94).gifScript Host Errors

The following errors are properly speaking errors pertaining to the script host, but you may see them occasionally.

Error

HRESULT

Description

SCRIPT_E_RECORDED

0x86664004

An error has been recorded to be passed between script engine and host. The host needs to pass the error code to the caller.

SCRIPT_E_REPORTED

0x80020101

Script engine has reported an unhandled exception to the host via IActiveScriptSite::OnScriptError. Host can ignore this error.

SCRIPT_E_PROPAGATE

0x8002010

A script error is being propagated to the caller which might be in a different thread. The host should pass the error code to the caller.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.