VBScript Run-time Errors
VBScript run-time errors are errors that result when your VBScript script attempts to perform an action that the system cannot execute. VBScript run-time errors occur while your script is being executed; when variable expressions are being evaluated, and memory is being dynamic allocated.
Errors
Error Number |
Description |
---|---|
429 |
|
507 |
|
449 |
|
17 |
|
430 |
|
506 |
|
11 |
|
48 |
|
5020 |
|
5019 |
|
432 |
File name or class name not found during Automation operation |
92 |
|
5008 |
|
51 |
|
505 |
|
481 |
|
5 |
|
5021 |
|
94 |
|
448 |
|
447 |
|
445 |
|
438 |
|
451 |
|
504 |
|
503 |
|
502 |
|
424 |
|
91 |
|
7 |
|
28 |
|
14 |
|
6 |
|
35 |
|
9 |
|
5017 |
|
462 |
|
10 |
|
13 |
|
5018 |
|
500 |
|
458 |
|
450 |
Script 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. |