| 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 | 物件不支援指名引數(Named Argument) |
Object doesn't support named arguments |
| 447 | 物件不支援目前的地區設定 |
Object doesn't support current locale setting |
| 448 | 找不到指名引數(Named Argument) |
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 | 物件無法安全地於 Scripting 中使用 |
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 | 'switch' 陳述式中,'default' 僅能出現一次 |
'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 | 'with' 在 ECMA 327 Compact Profile 的設定檔中無法使用 |
'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 物件 |
Date object expected |
| 5007 | 必須要有物件 |
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 物件 |
Enumerator object expected |
| 5016 | 必須要有通用運算式 (Regular Expression) 物件 |
Regular Expression object expected |
| 5017 | 在通用運算式 (Regular Expression) 中有語法錯誤 |
Syntax error in regular expression |
| 5018 | 未預期的次數符號 |
Unexpected quantifier |
| 5019 | 通用(Regular) 運算式中,必須要有 ']' |
Expected ']' in regular expression |
| 5020 | 通用(Regular) 運算式中,必須要有 ')' |
Expected ')' in regular expression |
| 5021 | 不正確的字元集範圍 |
Invalid range in character set |
| 5022 | 已丟出(Throw) 一 例外事件但並未被接收(Catch) |
Exception thrown and not caught |
| 5023 | 函數沒有一個正確的原型(Prototype) 物件 |
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 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 object expected |
| 5032 | 'eval' 在 ECMA 327 Compact Profile 的設定檔中無法使用 |
'eval' is not available in the ECMA 327 Compact Profile |
| 5033 | Function 建構函式在 ECMA 327 Compact Profile 的設定檔中無法使用 |
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 | '|' 並非為布林值(Boolean) |
'|' is not a boolean |
| 15012 | 無法刪除 '|' |
Cannot delete '|' |
| 15013 | '|' 不是一個 VBArray |
'|' is not a VBArray |
| 15014 | '|' 不是一個 JScript 物件 |
'|' is not a JScript object |
| 15015 | '|'不是一個列舉運算子(Enumerator) 物件 |
'|' is not an enumerator object |
| 15016 | '|' 不是一個通用(Regular) 的運算式物件 |
'|' is not a regular expression object |
| 15028 | | 不是陣列(Array) 或引數物件 |
| is not an Array or arguments object |
| 15031 | | 不是陣列(Array) 物件 |
| is not an Array object |
| 15036 | 屬性描述元上的 '|' 屬性在此物件上不可設為 'true' |
'|' attribute on the property descriptor cannot be set to 'true' on this object |
| 15037 | 屬性描述元上的 '|' 屬性在此物件上不可設為 '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. |