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 | 此變數使用了 JavaScript 不支援的 Automation 型態 |
Variable uses an Automation type not supported in JavaScript |
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 |
1037 | 不可在 strict 模式中使用 'with' 陳述式 |
'with' statements are not allowed in strict mode |
1038 | 不可在 strict 模式中使用重複的型式參數名稱 |
Duplicate formal parameter names not allowed in strict mode |
1039 | 不可在 strict 模式中使用八進位數值常值與逸出字元 |
Octal numeric literals and escape characters not allowed in strict mode |
1041 | 在 strict 模式中使用 'eval' 無效 |
Invalid usage of 'eval' in strict mode |
1042 | 在 strict 模式中使用 'arguments' 無效 |
Invalid usage of 'arguments' in strict mode |
1045 | 在 strict 模式中不可對運算式呼叫 delete |
Calling delete on expression not allowed in strict mode |
1046 | 在 strict 模式中不可有屬性的多個定義 |
Multiple definitions of a property not allowed in strict mode |
1047 | 在 strict 模式中,無法在陳述式或區塊中使用巢狀函式宣告。它們只能出現在頂層或直接出現在函式主體內。 |
In strict mode, function declarations cannot be nested inside a statement or block. They may only appear at the top level or directly inside a function body. |
1048 | 為識別碼使用關鍵字是無效的 |
The use of a keyword for an identifier is invalid |
1049 | 為識別碼使用未來的保留字是無效的 |
The use of a future reserved word for an identifier is invalid |
1050 | 為識別碼使用未來的保留字是無效的。識別碼名稱在 strict 模式中是保留字。 |
The use of a future reserved word for an identifier is invalid. The identifier name is reserved in strict mode. |
1051 | Setter 函式必須有一個引數 |
Setter functions must have one argument |
1052 | Let/Const 重新宣告 |
Let/Const redeclaration |
1053 | 必須初始化 Const |
Const must be initialized |
1054 | 必須在區塊內宣告 Const 與 let |
Const and let must be declared inside of block |
1055 | 對 const 的指派 |
Assignment to const |
4096 | JavaScript 編譯錯誤 |
JavaScript compilation error |
4097 | JavaScript 執行階段錯誤 |
JavaScript 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 | 指派的左側無效 |
Invalid left-hand side in 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 | 必須要有 JavaScript 物件 |
JavaScript 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 |
5034 | 不支援數值引數中的循環參照 |
Circular reference in value argument not supported |
5035 | 無效的取代子引數 |
Invalid replacer argument |
5038 | 引數清單太大,無法套用 |
Argument list too large to apply |
5039 | 重新宣告 const 屬性 |
Redeclaration of const property |
5040 | 循環 __proto__ 值 |
Cyclic __proto__ value |
5041 | 無法設定物件成員 |
Object member not configurable |
5042 | 未在 strict 模式中定義此變數 |
Variable undefined in strict mode |
5043 | 不可在 strict 模式中存取函式或引數物件的 'caller' 屬性 |
Accessing the 'caller' property of a function or arguments object is not allowed in strict mode |
5044 | 不可在 strict 模式中存取引數物件的 'callee' 屬性 |
Accessing the 'callee' property of an arguments object is not allowed in strict mode |
5045 | 不可在 strict 模式中指派唯讀屬性 |
Assignment to read-only properties is not allowed in strict mode |
5046 | 不可建立無法延伸的物件 |
Cannot create property for a non-extensible object |
5053 | 屬性不可同時具有存取子與值 |
Property cannot have both accessors and a value |
5054 | 'this' 為 null 或未經定義 |
'this' is null or undefined |
5059 | 必須要有日期 |
Date expected |
5064 | 必須要有 RegExp 物件 |
RegExp object expected |
5065 | 無效的函數引數 |
Invalid function argument |
5072 | 無效的 'length' 屬性 |
Invalid 'length' property |
5074 | 無效的運算元 |
Invalid Operand |
5076 | 無效的屬性描述元 |
Invalid property descriptor |
5077 | 無法定義屬性: 物件不可延伸 |
Cannot define property: object is not extensible |
5078 | 無法重新定義不可設定的屬性 |
Cannot redefine non-configurable property |
5079 | 無法修改不可寫入的屬性 |
Cannot modify non-writable property |
5080 | 無法修改屬性: 'length' 不可寫入 |
Cannot modify property: 'length' is not writable |
5081 | 無法定義屬性 |
Cannot define property |
5082 | 已指定型別的陣列建構函式引數無效 |
Typed array constructor argument is invalid |
5083 | 'this' 不是已指定型別的陣列物件 |
'this' is not a typed array object |
5084 | 建立已指定型別之陣列時指定的位移/長度無效 |
Invalid offset/length when creating typed array |
5085 | 已指定型別之陣列子陣列方法中的開始/結束值無效 |
Invalid begin/end value in typed array subarray method |
5086 | 已指定型別之陣列集中的來源無效 |
Invalid source in typed array set |
5087 | 'this' 不是 DataView 物件 |
'this' is not a DataView object |
5088 | DataView 中的引數無效 |
Invalid arguments in DataView |
5089 | DataView 作業存取超過指定的緩衝區長度 |
DataView operation access beyond specified buffer length |
5091 | 無效的函式簽章 |
invalid function signature |
5092 | 無效的屬性簽章 |
invalid property signature |
5093 | 無效的輸入參數型別 |
invalid input parameter type |
5094 | 無效的輸出參數 |
invalid ouput parameter |
5095 | 不允許在 strict 模式中存取函式的 'arguments' 屬性 |
Accessing the 'arguments' property of a function is not allowed in strict mode |
5096 | 必須是可檢查的物件 |
Inspectable Object expected |
5097 | 無法將引數的類型轉換為 'char' |
Could not convert argument to type 'char' |
5098 | 無法將引數的類型轉換為 'GUID' |
Could not convert argument to type 'GUID' |
5099 | 必須是 IInspectable |
IInspectable expected |
5100 | 無法將物件轉換為 struct: 物件缺少必要屬性 |
Could not convert object to struct: object missing expected property |
5101 | 類型不詳 |
Unknown type |
5102 | 呼叫函式時使用的引數太多 |
Function called with too few arguments |
5103 | 類型不是可建構的 |
Type is not constructible |
5104 | 無法將值轉換為 PropertyValue: PropertyValue 不支援此類型 |
Could not convert value to PropertyValue: Type not supported by PropertyValue |
5105 | 無法將值轉換為 IInspectable: IInspectable 不支援此類型 |
Could not convert value to IInspectable: Type not supported by IInspectable |
5106 | 無法將 Date 轉換為 Windows.Foundation.DateTime: 值超過有效範圍 |
Could not convert Date to Windows.Foundation.DateTime: value outside of valid range |
5107 | 無法將值轉換為 Windows.Foundation.TimeSpan: 值超過有效範圍 |
Could not convert value to Windows.Foundation.TimeSpan: value outside of valid range |
5108 | 對於已釋放之可檢查的物件的存取無效 |
Invalid access to already released Inspectable Object |
5109 | 無法釋放已釋放的可檢查的物件 |
Cannot release already released Inspectable Object |
5110 | 'this' 不是預期的類型 |
'this' is not of the expected type |
5111 | 為陣列指定的長度與大小不合法 |
Illegal length and size specified for the array |
5112 | 嘗試取得中繼資料資訊時發生意外失敗 |
An unexpected failure occurred while trying to obtain metadata information |
5113 | 在宣告之前使用 |
Use before declaration |
5114 | 無法重新初始化 'this',物件已初始化。 |
Cannot re-initialize 'this', object already initialized |
5115 | 無法初始化 'this',因為它不是可延伸的物件 |
Cannot initialize 'this' because it is a non-extensible object |
5117 | 'key' 不是物件 |
'key' is not an object |
5118 | 選項值超出有效範圍 |
Option value is outside of valid range |
5119 | 預期應有物件或字串 |
Object or string expected |
5120 | 無法用於新陳述式中 |
This can't be used in a new statement |
5121 | 地區設定的格式不正確 |
Locale is not well-formed |
5122 | 貨幣代碼無效 |
Currency code is invalid |
5123 | 未指定貨幣代碼 |
Currency code was not specified |
5124 | 無效的日期 |
Invalid Date |
5125 | Intl 無法使用。 |
Intl is not available. |
5200 | 狀態是「錯誤」,但 getResults 未傳回錯誤 |
Status is 'error', but getResults did not return an error |
5201 | 傳遞給已完成之處理常式的狀態參數遺失或無效 |
Missing or invalid status parameter passed to completed handler |
5202 | 傳遞給已完成之處理常式的傳送者參數遺失或無效 |
Missing or invalid sender parameter passed to completed handler |
5400 | 針對機器碼進行評估時已停用函式評估 |
Function evaluation is disabled while debugging native code |
5401 | 針對機器碼進行偵錯時不支援評估 JavaScript 運算式 |
Evaluation of the JavaScript expression is not supported while debugging native code |
5604 | 預期應有 ArrayBuffer 物件 |
ArrayBuffer object expected |
6000 | 無限 |
Infinity |
6001 | -無限 |
-Infinity |
10438 | 物件沒有支援這個屬性或方法 '%s' |
Object doesn't support property or method '%s' |
10449 | 函數 '%s' 的引數不為選擇性 |
Argument to the function '%s' is not optional |
15001 | '%s' 不是一個數字 |
'%s' is not a number |
15002 | '%s' 不是一個函數 |
'%s' is not a function |
15004 | '%s' 不是一個可給予索引的物件 |
'%s' is not an indexable object |
15005 | '%s' 不是一個字串 |
'%s' is not a string |
15006 | '%s' 不是一個日期物件 |
'%s' is not a date object |
15007 | '%s' 是 null 或不是一個物件 |
'%s' is null or not an object |
15008 | 無法指定至 '%s' |
Cannot assign to '%s' |
15009 | '%s' 未經定義 |
'%s' is undefined |
15010 | '%s' 並非為布林值 |
'%s' is not a boolean |
15012 | 無法刪除 '%s' |
Cannot delete '%s' |
15013 | '%s' 不是一個 VBArray |
'%s' is not a VBArray |
15014 | '%s' 不是 JavaScript 物件 |
'%s' is not a JavaScript object |
15015 | '%s' 不是一個列舉值物件 |
'%s' is not an enumerator object |
15016 | '%s' 不是一個通用運算式 (Regular Expression) 物件 |
'%s' is not a regular expression object |
15028 | %s 不是陣列或引數物件 |
%s is not an Array or arguments object |
15031 | %s 不是陣列物件 |
%s is not an Array object |
15036 | 屬性描述元上的 '%s' 屬性在此物件上不可設為 'true' |
'%s' attribute on the property descriptor cannot be set to 'true' on this object |
15037 | 屬性描述元上的 '%s' 屬性在此物件上不可設為 'false' |
'%s' attribute on the property descriptor cannot be set to 'false' on this object |
15039 | 重新宣告常數 '%s' |
Redeclaration of const '%s' |
15041 | 不可在 strict 模式中對 '%s' 呼叫 delete |
Calling delete on '%s' is not allowed in strict mode |
15047 | 無法設定未定義或 Null 參考的屬性 '%s' |
Unable to set property '%s' of undefined or null reference |
15048 | 無法取得未定義或 Null 參考的屬性 '%s' |
Unable to get property '%s' of undefined or null reference |
15049 | 無法刪除未定義或 Null 參考的屬性 '%s' |
Unable to delete property '%s' of undefined or null reference |
15050 | 無法存取屬性 '%s': 型別 'VarDate' 不支援使用者定義的屬性 |
Unable to access property '%s': type 'VarDate' does not support user-defined properties |
15051 | 屬性 '%s' 的值不是 Function 物件 |
The value of the property '%s' is not a Function object |
15052 | 屬性 '%s' 的值為 null 或未經定義,且不是 Function 物件 |
The value of the property '%s' is null or undefined, not a Function object |
15054 | %s: 'this' 為 null 或未經定義 |
%s: 'this' is null or undefined |
15055 | %s: 'this' 不是物件 |
%s: 'this' is not an Object |
15056 | %s: 'this' 不是 Function 物件 |
%s: 'this' is not a Function object |
15057 | %s: 'this' 不是 String 物件 |
%s: 'this' is not a String object |
15058 | %s: 'this' 不是 Boolean 物件 |
%s: 'this' is not a Boolean object |
15059 | %s: 'this' 不是 Date 物件 |
%s: 'this' is not a Date object |
15060 | %s: 'this' 不是 Number 物件 |
%s: 'this' is not a Number object |
15061 | %s: 'this' 不是 VBArray 物件 |
%s: 'this' is not a VBArray object |
15062 | %s: 'this' 不是 JavaScript 物件 |
%s: 'this' is not a JavaScript object |
15063 | %s: 'this' 不是 Enumerator 物件 |
%s: 'this' is not an Enumerator object |
15064 | %s: 'this' 不是 RegExp 物件 |
%s: 'this' is not a RegExp object |
15065 | %s: 無效的引數 |
%s: invalid argument |
15066 | %s: 引數不是物件 |
%s: argument is not an Object |
15067 | %s: 引數不是 JavaScript 物件 |
%s: argument is not a JavaScript object |
15068 | %s: 引數不是 Function 物件 |
%s: argument is not a Function object |
15069 | %s: 引數不是 VBArray 物件 |
%s: argument is not a VBArray object |
15070 | %s: 引數為 null 或未經定義 |
%s: argument is null or undefined |
15071 | %s: 引數不是物件或不是 null |
%s: argument is not an Object and is not null |
15072 | %s: 引數不具有效的 'length' 屬性 |
%s: argument does not have a valid 'length' property |
15073 | %s: 必須要有陣列或引數物件 |
%s: Array or arguments object expected |
15074 | '%s' 的運算元無效: 必須要有物件 |
Invalid operand to '%s': Object expected |
15075 | '%s' 的運算元無效: 必須要有函數 |
Invalid operand to '%s': Function expected |
15076 | 屬性 '%s' 的描述子無效 |
Invalid descriptor for property '%s' |
15077 | 無法定義屬性 '%s': 物件不可延伸 |
Cannot define property '%s': object is not extensible |
15078 | 無法重新定義不可設定的屬性 '%s' |
Cannot redefine non-configurable property '%s' |
15079 | 無法修改不可寫入的屬性 '%s' |
Cannot modify non-writable property '%s' |
15080 | 無法修改屬性 '%s': 'length' 是不可寫入的 |
Cannot modify property '%s': 'length' is not writable |
15081 | 無法定義屬性 '%s' |
Cannot define property '%s' |
15088 | 未在 DataView 方法中指定必要引數 %s |
Required argument %s in DataView method is not specified |
15090 | DataView 建構函式引數 %s 無效 |
DataView constructor argument %s is invalid |
15091 | 函式 '%s' 具有無效的簽章,因此無法呼叫 |
The function '%s' has an invalid signature and cannot be called |
15092 | 屬性 '%s' 具有無效的簽章,因此無法存取 |
The property '%s' has an invalid signature and cannot be accessed |
15093 | 不支援使用預設介面為 Windows.Foundation.IPropertyValue 的執行階段類別 %s 做為輸入參數型別 |
The runtimeclass %s that has Windows.Foundation.IPropertyValue as default interface is not supported as input parameter type |
15094 | 不支援使用介面為 Windows.Foundation.IPropertyValue (執行階段類別名稱為 %s) 的物件做為輸出參數 |
The object with interface Windows.Foundation.IPropertyValue that has runtimeclass name %s is not supported as out parameter |
15096 | %s: 'this' 不是可檢查的物件 |
%s: 'this' is not an Inspectable Object |
15097 | %s: 無法將引數的類型轉換為 'char' |
%s: could not convert argument to type 'char' |
15098 | %s: 無法將引數的類型轉換為 'GUID' |
%s: could not convert argument to type 'GUID' |
15099 | %s: 無法將傳回值轉換為 IInspectable |
%s: could not convert return value to IInspectable |
15100 | 無法將物件轉換為 struct: 物件缺少必要屬性 '%s' |
Could not convert object to struct: object missing expected property '%s' |
15101 | 找不到類型 '%s' |
Type '%s' not found |
15102 | %s: 呼叫函式時使用的引數太多 |
%s: function called with too few arguments |
15103 | %s: 類型不是可建構的 |
%s: type is not constructible |
15104 | 無法將值轉換為 PropertyValue: PropertyValue 不支援 %s |
Could not convert value to PropertyValue: %s not supported by PropertyValue |
15105 | 無法將值轉換為 IInspectable: IInspectable 不支援 %s |
Could not convert value to IInspectable: %s not supported by IInspectable |
15108 | %s: 可檢查的物件 'this' 已釋放,因此無法存取 |
%s: The Inspectable object 'this' is released and cannot be accessed |
15110 | 'this' 不是預期的類型: %s |
'this' is not of expected type: %s |
15112 | %s: 嘗試取得中繼資料資訊時發生意外失敗 |
%s: an unexpected failure occurred while trying to obtain metadata information |
15114 | 無法初始化 '%s' 物件: 'this' 已初始化為 '%s' 物件 |
Cannot initialize '%s' object: 'this' is already initialized as '%s' object |
15115 | 無法初始化 '%s' 物件: 'this' 不是可延伸的 |
Cannot initialize '%s' object: 'this' is not extensible |
15116 | %s: 'this' 不是 %s 物件 |
%s: 'this' is not a %s object |
15117 | %s: 'key' 不是物件 |
%s: 'key' is not an object |
15118 | 選項值 '%s' (屬於 '%s') 超出有效範圍。預期應為: %s |
Option value '%s' for '%s' is outside of valid range. Expected: %s |
15119 | %s 不是物件或字串 |
%s is not an object or a string |
15120 | 函式 '%s' 不是建構函式 |
Function '%s' is not a constructor |
15121 | 地區設定 '%s' 的格式不正確 |
Locale '%s' is not well-formed |
15122 | 貨幣代碼 '%s' 無效 |
Currency code '%s' is invalid |
15604 | %s 不是 ArrayBuffer |
%s is not an ArrayBuffer |
20001 | 無法從已釋放的指令碼執行程式碼 |
Can't execute code from a freed script |
32812 | 指定日期無法在目前地區設定的日曆樣式使用 |
The specified date is not available in the current locale's calendar |
0x10000001 | 已在處理 INTERNET 控制代碼之建立或解構的所有 WinINet 事件上設定旗標 |
Flagged on all WinINet events dealing with creation or destruction of INTERNET handles |
0x10000002 | 已在處理 HTTP 要求及回應之程序的所有 WinINet 事件上設定旗標 |
Flagged on all WinINet events dealing with processing of HTTP requests and responses |
0x10000003 | 已在處理網路操作 (TCP, DNS) 的所有 WinINet 事件上設定旗標 |
Flagged on all WinINet events dealing with network operations (TCP, DNS) |
0x10000004 | 已在處理驗證的所有 WinINet 事件上設定旗標 |
Flagged on all WinINet events dealing with authentication |
0x10000005 | 已在處理 HTTPS 的所有 WinINet 事件上設定旗標 |
Flagged on all WinINet events dealing with HTTPS |
0x10000006 | 已在處理 AUTOPROXY 的所有 WinINet 事件上設定旗標 |
Flagged on all WinINet events dealing with AUTOPROXY |
0x10000007 | 已在處理 Cookie 的所有 WinINet 事件上設定旗標 |
Flagged on all WinINet events dealing with Cookies |
0x10000008 | 已在所有 WinINet IE 事件上設定旗標 |
Flagged on all WinINet IE events |
0x10000021 | 已在處理傳送封包擷取的所有 WinINet 事件上設定旗標 |
Flagged on all WinINet events dealing with sending packet capture |
0x10000022 | 已在處理接收封包擷取的所有 WinINet 事件上設定旗標 |
Flagged on all WinINet events dealing with receiving packet capture |
0x10000023 | 已在只與行動 SKU 相關的所有 WinINet 事件上設定旗標 |
Flagged on all WinINet events relevant only to Mobile SKUs |
0x1000002A | 已在處理可能為個人識別資訊的所有 WinINet 事件上設定旗標 |
Flagged on all WinINet events dealing with potential personally identifiable information |
0x1000002B | 已在處理封包擷取的所有 WinINet 事件上設定旗標 |
Flagged on all WinINet events dealing with packet capture |
0x10000031 | 回應時間 |
Response Time |
0x30000000 | 資訊 |
Info |
0x30000001 | 開始 |
Start |
0x30000002 | 停止 |
Stop |
0x3000000B | 失敗 |
Fail |
0x50000002 | 錯誤 |
Error |
0x50000005 | 詳細資訊 |
Verbose |
0x700001F4 | WININET_ROOT_HANDLE_CREATED |
WININET_ROOT_HANDLE_CREATED |
0x700001F5 | WININET_OPEN_URL_HANDLE_CREATED |
WININET_OPEN_URL_HANDLE_CREATED |
0x700001F6 | WININET_CONNECT_HANDLE_CREATED |
WININET_CONNECT_HANDLE_CREATED |
0x700001F7 | WININET_HTTP_REQUEST_HANDLE_CREATED |
WININET_HTTP_REQUEST_HANDLE_CREATED |
0x700001F8 | WININET_HANDLE_CLOSED |
WININET_HANDLE_CLOSED |
0x700001F9 | WININET_HANDLE_CREATE_FAILED |
WININET_HANDLE_CREATE_FAILED |
0x700001FA | WININET_HANDLE_CLOSE_FAILED |
WININET_HANDLE_CLOSE_FAILED |
0x700001FB | WININET_HTTP_REQUEST |
WININET_HTTP_REQUEST |
0x700001FC | WININET_HTTP_RESPONSE |
WININET_HTTP_RESPONSE |
0x700001FD | WININET_HTTP_CONNECTION_CLOSED |
WININET_HTTP_CONNECTION_CLOSED |
0x700001FE | WININET_KEEP_ALIVE_CONNECTION_REUSED |
WININET_KEEP_ALIVE_CONNECTION_REUSED |
0x700001FF | WININET_KEEP_ALIVE_CONNECTION_POOLED |
WININET_KEEP_ALIVE_CONNECTION_POOLED |
0x70000200 | WININET_KEEP_ALIVE_CONNECTION_CLOSED |
WININET_KEEP_ALIVE_CONNECTION_CLOSED |
0x70000201 | WININET_HTTP_RESPONSE_BODY_RECEIVED |
WININET_HTTP_RESPONSE_BODY_RECEIVED |
0x70000202 | WININET_TCP_CONNECTION |
WININET_TCP_CONNECTION |
0x70000203 | WININET_DNS_QUERY |
WININET_DNS_QUERY |
0x70000204 | WININET_NETWORK_CHANGE_DETECTED |
WININET_NETWORK_CHANGE_DETECTED |
0x70000205 | WININET_COOKIE_HEADER_RECEIVED |
WININET_COOKIE_HEADER_RECEIVED |
0x70000206 | WININET_COOKIE_STORED |
WININET_COOKIE_STORED |
0x70000207 | WININET_COOKIE_DELETED |
WININET_COOKIE_DELETED |
0x70000208 | WININET_COOKIE_BLOCKED |
WININET_COOKIE_BLOCKED |
0x70000209 | WININET_COOKIE_P3P_REJECTED |
WININET_COOKIE_P3P_REJECTED |
0x7000020A | WININET_COOKIE_REQUEST_HEADER_CREATED |
WININET_COOKIE_REQUEST_HEADER_CREATED |
0x7000020B | WININET_COOKIE_ADDED_TO_HEADER |
WININET_COOKIE_ADDED_TO_HEADER |
0x7000020C | WININET_AUTH_RESPONSE_RECEIVED |
WININET_AUTH_RESPONSE_RECEIVED |
0x7000020D | WININET_AUTH_CLIENT_SETS_USERNAME |
WININET_AUTH_CLIENT_SETS_USERNAME |
0x7000020E | WININET_AUTH_CLIENT_SETS_PASSWORD |
WININET_AUTH_CLIENT_SETS_PASSWORD |
0x7000020F | WININET_AUTH_USING_CACHED_CREDS |
WININET_AUTH_USING_CACHED_CREDS |
0x70000210 | WININET_AUTH_USING_DEFAULT_CREDS |
WININET_AUTH_USING_DEFAULT_CREDS |
0x70000211 | WININET_AUTH_CLIENT_ADD_HEADERS |
WININET_AUTH_CLIENT_ADD_HEADERS |
0x70000212 | WININET_HTTPS_NEGOTIATION |
WININET_HTTPS_NEGOTIATION |
0x70000213 | WININET_HTTPS_SERVER_CERT_ERROR |
WININET_HTTPS_SERVER_CERT_ERROR |
0x70000214 | WININET_HTTPS_SERVER_CERT_VALIDATED |
WININET_HTTPS_SERVER_CERT_VALIDATED |
0x70000215 | WININET_HTTPS_CLIENT_CERT_REQUIRED |
WININET_HTTPS_CLIENT_CERT_REQUIRED |
0x70000216 | WININET_HTTPS_CLIENT_CERT_UNAVAILABLE |
WININET_HTTPS_CLIENT_CERT_UNAVAILABLE |
0x70000217 | WININET_HTTPS_CLIENT_CERT_SELECTED |
WININET_HTTPS_CLIENT_CERT_SELECTED |
0x70000218 | WININET_HTTPS_RENEGOTIATION |
WININET_HTTPS_RENEGOTIATION |
0x70000219 | WININET_AUTOPROXY_SEARCH |
WININET_AUTOPROXY_SEARCH |
0x7000021A | WININET_AUTOPROXY_DHCP |
WININET_AUTOPROXY_DHCP |
0x7000021B | WININET_AUTOPROXY_DNS |
WININET_AUTOPROXY_DNS |
0x7000021C | WININET_AUTOPROXY_DOWNLOAD |
WININET_AUTOPROXY_DOWNLOAD |
0x7000021D | WININET_AUTOPROXY_FIND_INFO_FOR_URL |
WININET_AUTOPROXY_FIND_INFO_FOR_URL |
0x7000021E | WININET_TEST_EVENT |
WININET_TEST_EVENT |
0x7000021F | WININET_BLOCKING_AUTOPROXY_DETERMINATION |
WININET_BLOCKING_AUTOPROXY_DETERMINATION |
0x70000220 | WININET_TRANSFER |
WININET_TRANSFER |
0x70000221 | WININET_AUTOPROXY_SWPAD |
WININET_AUTOPROXY_SWPAD |
0x70000222 | WININET_REQUEST_HEADER |
WININET_REQUEST_HEADER |
0x70000223 | WININET_RESPONSE_HEADER |
WININET_RESPONSE_HEADER |
0x70000224 | WININET_REQUEST_HEADER_OPTIONAL |
WININET_REQUEST_HEADER_OPTIONAL |
0x70000244 | WININET_AUTOPROXY_PERFTRACK_HOST_IP_LOOKUP |
WININET_AUTOPROXY_PERFTRACK_HOST_IP_LOOKUP |
0x70000245 | WININET_AUTOPROXY_PERFTRACK_SWPAD_LOOKUP |
WININET_AUTOPROXY_PERFTRACK_SWPAD_LOOKUP |
0x70000246 | WININET_AUTOPROXY_PERFTRACK_KNOWN_DETECTION |
WININET_AUTOPROXY_PERFTRACK_KNOWN_DETECTION |
0x70000247 | WININET_AUTOPROXY_PERFTRACK_UNKNOWN_DETECTION |
WININET_AUTOPROXY_PERFTRACK_UNKNOWN_DETECTION |
0x70000248 | WININET_AUTOPROXY_PERFTRACK_SCRIPT_DOWNLOAD |
WININET_AUTOPROXY_PERFTRACK_SCRIPT_DOWNLOAD |
0x7000024B | WININET_AUTOPROXY_PERFTRACK_ALL |
WININET_AUTOPROXY_PERFTRACK_ALL |
0x7000024C | WININET_HTTP_RESPONSE_BODY_READ_ERROR |
WININET_HTTP_RESPONSE_BODY_READ_ERROR |
0x7000024D | WININET_STREAM_DATA_INDICATED |
WININET_STREAM_DATA_INDICATED |
0x7000024E | WININET_APPLICATION_OFFLINE_CHECK |
WININET_APPLICATION_OFFLINE_CHECK |
0x90000001 | Microsoft-Windows-WinINet |
Microsoft-Windows-WinINet |
0xB0000065 | 工作階段控制代碼 %1 已建立: UserAgent=%3,AccessType=%5,ProxyList=%7,ProxyBypassList=%9,旗標=%10 |
Session handle %1 created: UserAgent=%3, AccessType=%5, ProxyList=%7, ProxyBypassList=%9, Flags=%10 |
0xB0000066 | 依 InternetOpenURL 來建立控制代碼 %1: SessionHandle=%2,URL=%4,標頭=%6,旗標=%7 |
Handle %1 created by InternetOpenURL: SessionHandle=%2,URL=%4, Headers=%6, Flags=%7 |
0xB0000067 | 依 InternetConnect 來建立控制代碼 %1: SessionHandle=%2,伺服器=%4:%5,%7,旗標=%8 |
Handle %1 created by InternetConnect: SessionHandle=%2, Server=%4:%5, %7, Flags=%8 |
0xB0000068 | 依 HttpOpenRequest 來建立要求控制代碼 %1: ConnectionHandle=%2,%4,目標=%6,版本=%8,Referrer=%10,媒體類型=%12,旗標=%13 |
Request handle %1 created by HttpOpenRequest: ConnectionHandle=%2, %4, Target=%6, Ver=%8, Referrer=%10, Media types=%12, Flags=%13 |
0xB0000069 | 控制代碼 %1 已順利關閉 |
Handle %1 closed successfully |
0xB000006A | 無法建立控制代碼: ParentHandle=%1,錯誤=%2 |
Failed to create handle: ParentHandle=%1, Error=%2 |
0xB000006B | 控制代碼 %1 無法關閉: 錯誤=%2 |
Handle %1 failed to close: Error=%2 |
0xB000006C | 要求控制代碼 %1 伺服器詳細資料: 伺服器 =%3 連接埠 =%4 服務 =%6 |
Request handle %1 Server Details: Server=%3 Port=%4 Service=%6 |
0xB00000C8 | 已從 API 接收 HTTP 要求 : RequestHandle=%1 |
HTTP request was received from API: RequestHandle=%1 |
0xB00000C9 | 順利傳送 HTTP 要求: RequestHandle=%1,SocketHandle=%2,%4,CookieSent= %5 |
HTTP request was sent successfully: RequestHandle=%1, SocketHandle=%2, %4, CookieSent= %5 |
0xB00000CA | HTTP 要求傳送失敗: 控制代碼=%1,錯誤=%2 |
HTTP request send failed: Handle=%1, Error=%2 |
0xB00000CB | 收到 HTTP 回應 (%1): RequestHandle=%2,SocketHandle=%3,%5,ContentLength=%7 |
HTTP response (%1) received: RequestHandle=%2, SocketHandle=%3, %5, ContentLength=%7 |
0xB00000CC | HTTP 回應失敗: 控制代碼=%1,錯誤=%2 |
HTTP response failed: Handle=%1, Error=%2 |
0xB00000CD | HTTP 連線 (控制代碼=%1,SocketHandle=%2) 已關閉,理由如下: %4 |
HTTP connection (Handle=%1, SocketHandle=%2) closed due to the following reason: %4 |
0xB00000CE | 重新使用保持使用中連線: ConnectionHandle=%1,SocketHandle=%2 |
Keep-alive connection is re-used: ConnectionHandle=%1, SocketHandle=%2 |
0xB00000CF | 連線已回到保持使用中集區: RequestHandle=%1, SocketHandle=%2 |
Connection is returned to keep-alive pool: RequestHandle=%1, SocketHandle=%2 |
0xB00000D0 | 保持使用中連線已關閉: ConnectionHandle=%1,SocketHandle=%2 |
Keep-alive connection is closed: ConnectionHandle=%1, SocketHandle=%2 |
0xB00000D1 | 已收到 HTTP 回應實體內容: RequestHandle=%1 |
HTTP response entity body received: RequestHandle=%1 |
0xB00000D2 | HTTP 要求標頭 RequestHandle=%1 %3 |
HTTP Request Headers RequestHandle=%1 %3 |
0xB00000D3 | HTTP 回應標頭 RequestHandle=%1 %3 |
HTTP Response Headers RequestHandle=%1 %3 |
0xB00000D4 | HTTP 要求標頭 OptionalData RequestHandle=%1 %3 |
HTTP Request Headers OptionalData RequestHandle=%1 %3 |
0xB00000D5 | WinInet::Http 回應實體內容接收失敗: 要求控制代碼=%1,錯誤=%2 |
WinInet::Http response entity body receive failed: Request Handle=%1, Error=%2 |
0xB000012D | 已建立與伺服器 %2 的 TCP 連線: ConnectionHandle=%3,SocketHandle=%4,LocalPort=%5 |
TCP connection to server %2 established: ConnectionHandle=%3, SocketHandle=%4, LocalPort=%5 |
0xB000012E | 到連線控制代碼 %3 之 %2 的 TCP 連線失敗: 錯誤=%4 |
TCP connection to %2 for connection handle %3 failed: Error=%4 |
0xB000012F | TCP 連線已順利關閉: SocketHandle=%1 |
TCP connection closed successfully: SocketHandle=%1 |
0xB0000130 | 已傳送對 %2 主機名稱的 DNS 查詢: 控制代碼=%3 |
DNS query for %2 hostname is sent: Handle=%3 |
0xB0000131 | 對 %2 主機名稱的 DNS 查詢已完成: 控制代碼=%3,位址=%5 |
DNS query for %2 hostname is complete: Handle=%3, Addresses=%5 |
0xB0000132 | 對 %2 主機名稱的 DNS 查詢失敗: 控制代碼=%3 錯誤=%4 |
DNS query for %2 hostname failed: Handle=%3 Error=%4 |
0xB0000133 | 對 %2 主機名稱之重新使用的 DNS 快取查詢已完成: 控制代碼=%3,位址=%5 |
Re-used DNS cache, query for %2 hostname is complete: Handle=%3, Addresses=%5 |
0xB0000134 | 偵測到網路變更: 控制代碼=%1 |
A network change was detected: Handle=%1 |
0xB00001F5 | 收到包含 Cookie 標頭的回應: URL=%2 |
Received response including a cookie header: URL=%2 |
0xB00001F6 | 用戶端已在 Cookie Jar 中儲存 Cookie: 網域=%2,路徑=%4,名稱=%6,值=%8 |
Client has stored a cookie in the cookie jar: Domain=%2, Path=%4, Name=%6, Value=%8 |
0xB00001F7 | 用戶端已刪除 Cookie Jar 中的 Cookie: 網域=%2,路徑=%4,名稱=%6,值=%8 |
Client has deleted a cookie in the cookie jar: Domain=%2, Path=%4, Name=%6, Value=%8 |
0xB00001F8 | 用戶端已拒絕伺服器傳送的 Cookie: 網域=%2,路徑=%4,名稱=%6,值=%8 |
Client has rejected a cookie sent by the server: Domain=%2, Path=%4, Name=%6, Value=%8 |
0xB00001F9 | 用戶端的 P3P 原則已拒絕伺服器 Cookie: 網域=%2,路徑=%4,名稱=%6,值=%8 |
Server cookie was rejected by the client's P3P policy: Domain=%2, Path=%4, Name=%6, Value=%8 |
0xB00001FA | 已為要求建立 Cookie 標頭: URL=%2 |
A cookie header was created for the request: URL=%2 |
0xB00001FB | Cookie 已新增到要求標頭: 網域=%2,路徑=%4,名稱=%6,值=%8 |
Cookie added to the request header: Domain=%2, Path=%4, Name=%6, Value=%8 |
0xB0000259 | 已收到驗證回應: RequestHandle=%1,架構=%3,IsProxy=%4 |
Auth response received: RequestHandle=%1, Scheme=%3, IsProxy=%4 |
0xB000025A | 用戶端設定使用者名稱: RequestHandle=%1,IsProxy=%2 |
Client sets username: RequestHandle=%1, IsProxy=%2 |
0xB000025B | 用戶端設定密碼: RequestHandle=%1,IsProxy=%2 |
Client sets password: RequestHandle=%1, IsProxy=%2 |
0xB000025C | 使用快取的認證: RequestHandle=%1,IsProxy=%2 |
Using cached credentials: RequestHandle=%1, IsProxy=%2 |
0xB000025D | 使用預設的認證: RequestHandle=%1,IsProxy=%2 |
Using default credentials: RequestHandle=%1, IsProxy=%2 |
0xB000025E | 用戶端將授權標頭新增到 HTTP 要求: RequestHandle=%1,架構=%3,IsProxy=%4 |
Client adds authorization headers to an HTTP request: RequestHandle=%1, Scheme=%3, IsProxy=%4 |
0xB00002BD | 用戶端開始 SSL 交涉: RequestHandle=%1 |
Client begins SSL negotiation: RequestHandle=%1 |
0xB00002BE | 已順利完成用戶端與伺服器間的 SSL 交涉: RequestHandle=%1 |
SSL negotiation between client and server has completed successfully: RequestHandle=%1 |
0xB00002BF | SSL 交涉失敗: RequestHandle=%1,錯誤=%2 |
SSL negotiation failed: RequestHandle=%1, Error=%2 |
0xB00002C0 | 驗證伺服器憑證時發生錯誤 (SCHANNEL 錯誤): RequestHandle=%1,錯誤=%2 |
Error validating server certificate (SCHANNEL error): RequestHandle=%1, Error=%2 |
0xB00002C1 | 已驗證伺服器憑證: RequestHandle=%1,CertHash=%3,WarningFlags=%4 |
Server certificate validated: RequestHandle=%1, CertHash=%3, WarningFlags=%4 |
0xB00002C2 | 伺服器需要用戶端授權的用戶端憑證: RequestHandle=%1 |
Server requires a client certificate for client authorization: RequestHandle=%1 |
0xB00002C3 | 沒有可用的用戶端憑證: RequestHandle=%1 |
There is no client certificate available: RequestHandle=%1 |
0xB00002C4 | 選取的用戶端憑證將用於 SSL 交易: RequestHandle=%1,CertHash=%3 |
The selected client certificate will be used for the SSL transaction: RequestHandle=%1, CertHash=%3 |
0xB00002C7 | 用戶端開始 SSL 重新交涉: RequestHandle=%1 |
Client begins SSL renegotiation: RequestHandle=%1 |
0xB00002C8 | 已順利完成用戶端與伺服器間的 SSL 重新交涉: RequestHandle=%1 |
SSL renegotiation between client and server has completed successfully: RequestHandle=%1 |
0xB00002C9 | SSL 重新交涉失敗: RequestHandle=%1,錯誤=%2 |
SSL renegotiation failed: RequestHandle=%1, Error=%2 |
0xB0000321 | 用戶端開始嘗試尋找 WPAD 設定檔: ConnectionName=%2,DetectFlags=%3 |
Client begins attempts to locate the WPAD configuration file: ConnectionName=%2, DetectFlags=%3 |
0xB0000322 | 使用 DHCP 開始搜尋設定檔: 介面=%2 |
Begin search for configuration file using DHCP: Interface=%2 |
0xB0000323 | 已使用 DHCP 找到 WPAD 設定檔: 介面=%2,ConfigurationURL=%4 |
WPAD configuration file found using DHCP: Interface=%2, ConfigurationURL=%4 |
0xB0000324 | 使用 DHCP 搜尋 WPAD 設定檔失敗: 介面=%2,ConfigurationURL=%4,錯誤=%5 |
Search for WPAD configuration file using DHCP failed: Interface=%2, ConfigurationURL=%4, Error=%5 |
0xB0000325 | 使用 DNS 開始搜尋設定檔: DetectFlags=%1 |
Begin search for configuration file using DNS: DetectFlags=%1 |
0xB0000326 | 已使用 DNS 找到 WPAD 設定檔: ConfigurationURL=%2,DetectFlags=%3 |
WPAD configuration file found using DNS: ConfigurationURL=%2, DetectFlags=%3 |
0xB0000327 | 使用 DNS 搜尋 WPAD 設定檔失敗: DetectFlags=%1,錯誤=%2 |
Search for WPAD configuration file using DNS failed: DetectFlags=%1, Error=%2 |
0xB0000328 | 搜尋 WPAD 設定檔失敗: 錯誤=%1 |
Search for WPAD configruation file failed: Error=%1 |
0xB0000329 | 從設定 URL 開始下載設定檔: ConfigurationURL=%2 |
Begin downloading the configuration file from the configuration URL: ConfigurationURL=%2 |
0xB000032A | 用戶端已順利從設定 URL 下載設定檔: ConfigurationURL=%2 |
Client successfully downloaded the configuration file from the configuration URL: ConfigurationURL=%2 |
0xB000032B | 從設定 URL 下載設定檔失敗: ConfigurationURL=%2,錯誤=%3 |
Downloading the configuration file from the configuration URL failed: ConfigurationURL=%2, Error=%3 |
0xB000032C | 下載的設定檔無法使用: ConfigurationURL=%2,MIMEType=%4,錯誤=%5 |
The downloaded configuration file could not be used: ConfigurationURL=%2, MIMEType=%4, Error=%5 |
0xB000032D | 搜尋 URL 的 Proxy 資訊: URL=%2 |
Searching for Proxy Information for the URL: URL=%2 |
0xB000032E | 用戶端已順利擷取 Proxy 資料以供存取指定的資源: URL=%2,ProxyString=%4 |
Client has successfully retrieved proxy data for accessing a specified resource: URL=%2, ProxyString=%4 |
0xB000032F | 尋找 URL 的 Proxy 資訊時發生錯誤: URL=%2,錯誤=%3 |
Error locating proxy information for the URL: URL=%2, Error=%3 |
0xB0000330 | 已開始封鎖自動 Proxy 判斷 |
Blocking autoproxy determination started |
0xB0000331 | 已停止封鎖自動 Proxy 判斷 |
Blocking autoproxy determination stopped |
0xB0000332 | WinInet 活動傳輸事件 |
WinInet Activity Transfer Event |
0xB0000333 | AutoProxy SWPAD 決定 (%1) NumConnections (%2) |
AutoProxy SWPAD Decision (%1) NumConnections (%2) |
0xB0000334 | 已開始自動 Proxy 主機 IP 查閱 |
Autoproxy host IP lookup started |
0xB0000335 | 已停止自動 Proxy 主機 IP 查閱 |
Autoproxy host IP lookup stopped |
0xB0000336 | 已開始自動 Proxy SWPAD 查閱 |
Autoproxy SWPAD lookup started |
0xB0000337 | 已停止自動 Proxy SWPAD 查閱 |
Autoproxy SWPAD lookup stopped |
0xB0000338 | 已開始在 SWPAD 為開啟的情況下進行自動 Proxy 偵測 |
Autoproxy Detection with SWPAD ON started |
0xB0000339 | 已停止在 SWPAD 為開啟的情況下進行自動 Proxy 偵測 |
Autoproxy Detection with SWPAD ON stopped |
0xB000033A | 已開始在 SWPAD 為未知的情況下進行自動 Proxy 偵測 |
Autoproxy Detection with SWPAD UNKNOWN started |
0xB000033B | 已停止在 SWPAD 為未知的情況下進行自動 Proxy 偵測 |
Autoproxy Detection with SWPAD UNKNOWN stopped |
0xB000033C | 已開始自動下載 Proxy 指令碼 |
Autoproxy Script Download Started |
0xB000033D | 已停止下載自動 Proxy 指令碼 |
Autoproxy Script Download Stopped |
0xB0000342 | 已開始自動 Proxy 完整案例 |
Autoproxy full scenario started |
0xB0000343 | 已停止自動 Proxy 完整案例 |
Autoproxy full scenario stopped |
0xB0000385 | 應用程式離線檢查已開始 |
Application offline check started |
0xB0000386 | 應用程式離線檢查完成 |
Application offline check complete |
0xB0000421 | 要求的 URL=%1 指令動詞=%2 RequestHeaders=%3 ResponseHeaders=%4 狀態=%5 快取=%6 |
Requested URL=%1 Verb=%2 RequestHeaders=%3 ResponseHeaders=%4 Status=%5 Cache=%6 |
0xB0000422 | 清除的 URL=%1 |
Scavenged URL=%1 |
0xB00100C8 | 已從 API 接收 HTTP 要求: RequestHandle=%1,RequestContext=%2 |
HTTP request was received from API: RequestHandle=%1, RequestContext=%2 |
0xB20007D1 | 已擷取 WinINet 要求標頭緩衝區 |
The WinINet request header buffer captured |
0xB20007D2 | 已擷取 WinINet 要求承載緩衝區 |
The WinINet request payload buffer captured |
0xB20007D3 | 已擷取 WinINet 回應標頭緩衝區 |
The WinINet response header buffer captured |
0xB20007D4 | 已擷取 WinINet 回應承載緩衝區 |
The WinINet response payload buffer captured |
0xD0000001 | WPAD_NETWORK_DECISION_OFF |
WPAD_NETWORK_DECISION_OFF |
0xD0000002 | WPAD_NETWORK_DECISION_ON |
WPAD_NETWORK_DECISION_ON |
0xD0000003 | WPAD_NETWORK_DECISION_UNKNOWN |
WPAD_NETWORK_DECISION_UNKNOWN |
0xD0000004 | Missed |
Missed |
0xD0000005 | Hit |
Hit |
0xD0000006 | 過時已修改 |
Stale-Modified |
0xD0000007 | Stale-NotModified |
Stale-NotModified |
0xD0000008 | HTTP |
HTTP |
0xD0000009 | SPDY3 |
SPDY3 |
0xD000000A | 已擷取之標頭或承載的開始區段 |
Start fragment of captured header or payload |
0xD000000B | 已擷取之標頭或承載的結束區段 |
End fragment of captured header or payload |