| 5 | 无效的过程调用或参数 |
Invalid procedure call or argument |
| 6 | 溢出 |
Overflow |
| 7 | 内存不足 |
Out of memory |
| 9 | 下标越界 |
Subscript out of range |
| 10 | 该数组为定长的或临时被锁定 |
This array is fixed or temporarily locked |
| 11 | 被零除 |
Division by zero |
| 13 | 类型不匹配 |
Type mismatch |
| 14 | 字符串空间不够 |
Out of string space |
| 17 | 不能执行所需的操作 |
Can't perform requested operation |
| 28 | 堆栈溢出 |
Out of stack space |
| 35 | 未定义 Sub 或 Function |
Sub or Function not defined |
| 48 | 加载 DLL 时出错 |
Error in loading DLL |
| 51 | 内部错误 |
Internal error |
| 52 | 错误的文件名或号码 |
Bad file name or number |
| 53 | 文件未找到 |
File not found |
| 54 | 错误的文件模式 |
Bad file mode |
| 55 | 文件已经打开 |
File already open |
| 57 | 设备 I/O 错误 |
Device I/O error |
| 58 | 文件已存在 |
File already exists |
| 61 | 磁盘已满 |
Disk full |
| 62 | 输入超出了文件尾 |
Input past end of file |
| 67 | 文件过多 |
Too many files |
| 68 | 设备不可用 |
Device unavailable |
| 70 | 没有权限 |
Permission denied |
| 71 | 磁盘没有准备好 |
Disk not ready |
| 74 | 重命名时不能带有其他驱动器符号 |
Can't rename with different drive |
| 75 | 路径/文件访问错误 |
Path/File access error |
| 76 | 路径未找到 |
Path not found |
| 91 | 对象变量或 With 块变量未设置 |
Object variable or With block variable not set |
| 92 | For 循环未初始化 |
For loop not initialized |
| 94 | 无效使用 Null |
Invalid use of Null |
| 322 | 不能创建所需的临时文件 |
Can't create necessary temporary file |
| 424 | 缺少对象 |
Object required |
| 429 | Automation 服务器不能创建对象 |
Automation server can't create object |
| 430 | 类不能支持 Automation 操作 |
Class doesn't support Automation |
| 432 | Automation 操作中文件名或类名未找到 |
File name or class name not found during Automation operation |
| 438 | 对象不支持此属性或方法 |
Object doesn't support this property or method |
| 440 | Automation 操作错误 |
Automation error |
| 445 | 对象不支持此操作 |
Object doesn't support this action |
| 446 | 对象不支持已命名参数 |
Object doesn't support named arguments |
| 447 | 对象不支持当前区域设置选项 |
Object doesn't support current locale setting |
| 448 | 未找到已命名参数 |
Named argument not found |
| 449 | 参数是必选项 |
Argument not optional |
| 450 | 错误的参数个数或无效的参数属性值 |
Wrong number of arguments or invalid property assignment |
| 451 | 对象不是一个集合 |
Object not a collection |
| 453 | 未找到指定的 DLL 函数 |
Specified DLL function not found |
| 458 | 变量使用了一个 JScript 中不支持的 Automation 类型 |
Variable uses an Automation type not supported in JScript |
| 462 | 远程服务器不存在或不可用 |
The remote server machine does not exist or is unavailable |
| 501 | 不能给变量赋值 |
Cannot assign to variable |
| 502 | 对象不能安全地使用 Script 编程 |
Object not safe for scripting |
| 503 | 对象不能安全初始化 |
Object not safe for initializing |
| 504 | 对象不能安全创建 |
Object not safe for creating |
| 507 | 出现一个意外错误 |
An exception occurred |
| 1002 | 语法错误 |
Syntax error |
| 1003 | 缺少 ':' |
Expected ':' |
| 1004 | 缺少 ';' |
Expected ';' |
| 1005 | 缺少 '(' |
Expected '(' |
| 1006 | 缺少 ')' |
Expected ')' |
| 1007 | 缺少 ']' |
Expected ']' |
| 1008 | 缺少 '{' |
Expected '{' |
| 1009 | 缺少 '}' |
Expected '}' |
| 1010 | 缺少标识符 |
Expected identifier |
| 1011 | 缺少 '=' |
Expected '=' |
| 1012 | 缺少 '/' |
Expected '/' |
| 1013 | 无效数字 |
Invalid number |
| 1014 | 无效字符 |
Invalid character |
| 1015 | 未结束的字符串常量 |
Unterminated string constant |
| 1016 | 注释未结束 |
Unterminated comment |
| 1018 | 'return' 语句在函数之外 |
'return' statement outside of function |
| 1019 | 循环之外不能有 'break' |
Can't have 'break' outside of loop |
| 1020 | 循环之外不能有 'continue' |
Can't have 'continue' outside of loop |
| 1023 | 缺少十六进制数字 |
Expected hexadecimal digit |
| 1024 | 缺少 'while' |
Expected 'while' |
| 1025 | 标签重复定义 |
Label redefined |
| 1026 | 标签未找到 |
Label not found |
| 1027 | 'default' 只能在 'switch' 语句中出现一次 |
'default' can only appear once in a 'switch' statement |
| 1028 | 缺少标识符、字符串或数字 |
Expected identifier, string or number |
| 1029 | 缺少 '@end' |
Expected '@end' |
| 1030 | 条件编译已关闭 |
Conditional compilation is turned off |
| 1031 | 缺少常量 |
Expected constant |
| 1032 | 缺少 '@' |
Expected '@' |
| 1033 | 缺少 'catch' |
Expected 'catch' |
| 1034 | 缺少 'var' |
Expected 'var' |
| 1035 | throw 的后面必须在同一行跟有一个表达式 |
throw must be followed by an expression on the same source line |
| 1036 | ECMA 327 Compact Profile 不支持'with' |
'with' not available in the ECMA 327 Compact Profile |
| 4096 | Microsoft JScript 编译错误 |
Microsoft JScript compilation error |
| 4097 | Microsoft JScript 运行时错误 |
Microsoft JScript runtime error |
| 4098 | 未知的运行时错误 |
Unknown runtime error |
| 5000 | 不能给 'this' 赋值 |
Cannot assign to 'this' |
| 5001 | 缺少数字 |
Number expected |
| 5002 | 缺少函数 |
Function expected |
| 5003 | 不能给函数返回值赋值 |
Cannot assign to a function result |
| 5004 | 不能检索对象 |
Cannot index object |
| 5005 | 缺少字符串 |
String expected |
| 5006 | 缺少日期对象 |
Date object expected |
| 5008 | 非法赋值 |
Illegal assignment |
| 5009 | 未定义标识符 |
Undefined identifier |
| 5010 | 缺少布尔变量 |
Boolean expected |
| 5011 | 不能执行已释放 Script 的代码 |
Can't execute code from a freed script |
| 5012 | 缺少对象成员 |
Object member expected |
| 5013 | 缺少 VBArray |
VBArray expected |
| 5014 | 缺少 JScript 对象 |
JScript object expected |
| 5015 | 缺少枚举器对象 |
Enumerator object expected |
| 5016 | 缺少正则表达式对象 |
Regular Expression object expected |
| 5017 | 正则表达式语法错误 |
Syntax error in regular expression |
| 5018 | 错误的数量词 |
Unexpected quantifier |
| 5019 | 正则表达式中缺少 ']' |
Expected ']' in regular expression |
| 5020 | 正则表达式中缺少 ')' |
Expected ')' in regular expression |
| 5021 | 字符集越界 |
Invalid range in character set |
| 5022 | 引发了异常但未捕获 |
Exception thrown and not caught |
| 5023 | 函数没有有效的原型对象 |
Function does not have a valid prototype object |
| 5024 | 被编码的 URI 中包含非法字符 |
The URI to be encoded contains an invalid character |
| 5025 | 被解码的 URI 不是合法的编码 |
The URI to be decoded is not a valid encoding |
| 5026 | 小数位数字越界 |
The number of fractional digits is out of range |
| 5027 | 精度越界 |
The precision is out of range |
| 5028 | 缺少 Array 或 arguments 对象 |
Array or arguments object expected |
| 5029 | 数组长度必须为有限正整数 |
Array length must be a finite positive integer |
| 5030 | 数组长度必须赋值为有限正数 |
Array length must be assigned a finite positive number |
| 5031 | 缺少 Array 对象 |
Array object expected |
| 5032 | ECMA 327 Compact Profile 不支持'eval' |
'eval' is not available in the ECMA 327 Compact Profile |
| 5033 | ECMA 327 Compact Profile 不支持 Function 构造函数 |
Function constructor is not available in the ECMA 327 Compact Profile |
| 5034 | 不支持在值参数中进行循环引用 |
Circular reference in value argument not supported |
| 5035 | 无效的替换器参数 |
Invalid replacer argument |
| 6000 | 正无穷大 |
Infinity |
| 6001 | 负无穷大 |
-Infinity |
| 10438 | 对象不支持 '|' 属性或方法 |
Object doesn't support property or method '|' |
| 15001 | '|' 不是数字 |
'|' is not a number |
| 15002 | '|' 不是函数 |
'|' is not a function |
| 15004 | '|' 不是可索引的对象 |
'|' is not an indexable object |
| 15005 | '|' 不是字符串 |
'|' is not a string |
| 15006 | '|' 不是日期对象 |
'|' is not a date object |
| 15007 | '|' 为 null 或不是对象 |
'|' is null or not an object |
| 15008 | 不能给 '|' 赋值 |
Cannot assign to '|' |
| 15009 | '|' 未定义 |
'|' is undefined |
| 15010 | '|' 不是布尔变量 |
'|' is not a boolean |
| 15012 | 不能删除 '|' |
Cannot delete '|' |
| 15013 | '|' 不是 VBArray |
'|' is not a VBArray |
| 15014 | '|' 不是 JScript 对象 |
'|' is not a JScript object |
| 15015 | '|' 不是枚举器对象 |
'|' is not an enumerator object |
| 15016 | '|' 不是正则表达式对象 |
'|' is not a regular expression object |
| 15028 | | 不是 Array 或 arguments 对象 |
| is not an Array or arguments object |
| 15031 | | 不是 Array 对象 |
| is not an Array object |
| 15036 | 此对象的属性(property)描述器特性(attribute) '|' 不能设置为 'true' |
'|' attribute on the property descriptor cannot be set to 'true' on this object |
| 15037 | 此对象的属性(property)描述器特性(attribute) '|' 不能设置为 'false' |
'|' attribute on the property descriptor cannot be set to 'false' on this object |
| 32812 | 指定的日期不在当前区域设置的日历中 |
The specified date is not available in the current locale's calendar |
| 32813 | 此脚本包含恶意内容,已被你的防病毒软件阻止。 |
This script contains malicious content and has been blocked by your antivirus software. |