|
Error # |
Info |
Error Code |
| 5 |
N/A |
Invalid procedure call or argument |
| 6 |
N/A |
Overflow |
| 7 |
N/A |
Out of memory |
| 9 |
N/A |
Subscript out of range |
| 10 |
N/A |
Array fixed or temporarily locked |
| 11 |
N/A |
Division by zero |
| 13 |
N/A |
Type mismatch |
| 14 |
N/A |
Out of string space |
| 17 |
N/A |
Can't perform requested operation |
| 28 |
N/A |
Out of stack space |
| 35 |
N/A |
Sub or Function not defined |
| 48 |
N/A |
Error in loading DLL |
| 51 |
N/A |
Internal error |
| 53 |
N/A |
File not found |
| 57 |
N/A |
Device I/O error |
| 58 |
N/A |
File already exists |
| 61 |
N/A |
Disk full |
| 67 |
N/A |
Too many files |
| 70 |
N/A |
Permission denied |
| 75 |
N/A |
Path/File access error |
| 76 |
N/A |
Path not found |
| 91 |
N/A |
Object variable or With block variable not set |
| 92 |
N/A |
For loop not initialized |
| 94 |
N/A |
Invalid use of Null |
| 322 |
N/A |
Can't create necessary temporary file |
| 424 |
N/A |
Object required |
| 429 |
N/A |
ActiveX component can't create object |
| 430 |
N/A |
Class doesn't support Automation |
| 432 |
N/A |
File name or class name not found during Automation operation |
| 438 |
N/A |
Object doesn't support this property or method |
| 440 |
N/A |
Automation error |
| 445 |
N/A |
Object doesn't support this action |
| 446 |
N/A |
Object doesn't support named arguments |
| 447 |
N/A |
Object doesn't support current locale setting |
| 448 |
N/A |
Named argument not found |
| 449 |
N/A |
Argument not optional |
| 450 |
N/A |
Wrong number of arguments or invalid property assignment |
| 451 |
N/A |
Object not a collection |
| 453 |
N/A |
Specified DLL function not found |
| 455 |
N/A |
Code resource lock error |
| 457 |
N/A |
This key already associated with an element of this collection |
| 458 |
N/A |
Variable uses an Automation type not supported in VBScript |
| 462 |
N/A |
The remote server machine does not exist or is unavailable |
| 481 |
N/A |
Invalid picture |
| 500 |
N/A |
Variable is undefined |
| 501 |
N/A |
Illegal assignment |
| 502 |
N/A |
Object not safe for scripting |
| 503 |
N/A |
Object not safe for initializing |
| 504 |
N/A |
Object not safe for creating |
| 505 |
N/A |
Invalid or unqualified reference |
| 507 |
N/A |
An exception occurred |
| 506 |
N/A |
Class not defined |
| 1001 |
N/A |
Out of memory |
| 1002 |
N/A |
Out of memory |
| 1003 |
N/A |
Expected ':' |
| 1004 |
N/A |
Expected ';' |
| 1005 |
N/A |
Expected '(' |
| 1006 |
N/A |
Expected ')' |
| 1007 |
N/A |
Expected ']' |
| 1008 |
N/A |
Expected '{' |
| 1009 |
N/A |
Expected '}' |
| 1010 |
N/A |
Expected identifier |
| 1011 |
N/A |
Expected '=' |
| 1012 |
N/A |
Expected 'If' |
| 1013 |
N/A |
Expected 'To' |
| 1014 |
N/A |
Expected 'End' |
| 1015 |
N/A |
Expected 'Function' |
| 1016 |
N/A |
Expected 'Sub' |
| 1017 |
N/A |
Expected 'Then' |
| 1018 |
N/A |
Expected 'Wend' |
| 1019 |
N/A |
Expected 'Loop' |
| 1020 |
N/A |
Expected 'Next' |
| 1021 |
N/A |
Expected 'Case' |
| 1022 |
N/A |
Expected 'Select' |
| 1023 |
N/A |
Expected expression |
| 1024 |
N/A |
Expected statement |
| 1025 |
N/A |
Expected end of statement |
| 1026 |
N/A |
Expected integer constant |
| 1027 |
N/A |
Expected 'While' or 'Until' |
| 1028 |
N/A |
Expected 'While', 'Until', or end of statement |
| 1029 |
N/A |
Too many locals or arguments |
| 1030 |
N/A |
Identifier too long |
| 1031 |
N/A |
Invalid number |
| 1032 |
N/A |
Invalid character |
| 1033 |
N/A |
Unterminated string constant |
| 1034 |
N/A |
Unterminated comment |
| 1035 |
N/A |
Nested comment |
| 1037 |
N/A |
Invalid use of 'Me' keyword |
| 1038 |
N/A |
'Loop' without 'Do' |
| 1039 |
N/A |
Invalid 'Exit' statement |
| 1040 |
N/A |
Invalid 'For' loop control variable |
| 1041 |
N/A |
Name redefined |
| 1042 |
N/A |
Must be first statement on the line |
| 1043 |
N/A |
Can't assign to non-ByVal argument |
| 1044 |
N/A |
Cannot use parentheses when calling a Sub |
| 1045 |
N/A |
Expected literal constant |
| 1046 |
N/A |
Expected 'In' |
| 1048 |
N/A |
Must be defined inside a Class |
| 1051 |
N/A |
Number of arguments must be consistent across properties specification |
| 1052 |
N/A |
Cannot have multiple default property/method in a Class |
| 1053 |
N/A |
Class initialize or terminate do not have arguments |
| 1054 |
N/A |
Property Set or Let must have at least one argument |
| 1055 |
N/A |
Unexpected 'Next' |
| 1057 |
N/A |
'Default' specification must also specify 'Public' |
| 1058 |
N/A |
'Default' specification can only be on Property Get |
| 5017 |
N/A |
Syntax error in regular expression |
| 5018 |
N/A |
Unexpected quantifier |
| 5019 |
N/A |
Expected ']' in regular expression |
| 5020 |
N/A |
Expected ')' in regular expression |
| 5021 |
N/A |
Invalid range in character set |
| 32766 |
N/A |
True |
| 32767 |
N/A |
False |
| 32811 |
N/A |
Element not found |