時(shí)間:2015-06-28 00:00:00 來源:IT貓撲網(wǎng) 作者:網(wǎng)管聯(lián)盟 我要評(píng)論(0)
錯(cuò)誤代碼
錯(cuò)誤消息
說明
ASP0100
Out of memory
內(nèi)存不足(不能分配要求的內(nèi)存
ASP0101
Unexpected error
意外錯(cuò)誤
ASP0102
Expecting string input
缺少字符串輸入
ASP0103
Expecting numeric input
缺少數(shù)字輸入
ASP0104
Opration not allowed
操作不允許
ASP0105
Index out of ange
索引超出范圍(一個(gè)數(shù)組索引超屆)
ASP0106
Type Mismatch
類型不匹配(遇到的數(shù)據(jù)類型不能被處理)
ASP0107
Stack Overflow
棧溢出(正在處理的數(shù)據(jù)超出了允許的范圍)
ASP0115
Unexpected error
意外錯(cuò)誤(外部對(duì)象出現(xiàn)可捕獲的exception_name錯(cuò)誤,腳本不能繼續(xù)運(yùn)行)
ASP0177
Server.CreateObject Failed
服務(wù)器創(chuàng)建對(duì)象失敗(無效的progid)
ASP0190
Unexpected error
意外錯(cuò)誤(當(dāng)釋放外部對(duì)象,產(chǎn)生可捕獲的錯(cuò)誤)
ASP0191
Unexpected error
意外錯(cuò)誤(在外部對(duì)象的OnStartPage方法中產(chǎn)生可捕獲的錯(cuò)誤)
ASP0192
Unexpected error
意外錯(cuò)誤(在外部對(duì)象的OnEndPage方法中產(chǎn)生可捕獲的錯(cuò)誤)
ASP0193
OnStartPage Failed
在外部對(duì)象的OnStartPage方法中產(chǎn)生錯(cuò)誤
ASP0194
OnEndPage Failed
在外部對(duì)象的OnEndPage方法中產(chǎn)生錯(cuò)誤
ASP0240
Script Engine Exception
腳本引擎從object_name對(duì)象中拋出exception_anme異常
ASP0241
CreateObject Exception object_name
對(duì)象的CreatObject方法引起了exception_name異常
ASP0242
Query OnStartPage nterface
查詢對(duì)象Object_name的OnsException
關(guān)鍵詞標(biāo)簽:說明,代碼,錯(cuò)誤,對(duì)象,
相關(guān)閱讀
熱門文章 ASP編程代碼:隱藏圖片的真實(shí)地址 ASP教程:0177:800401f3錯(cuò)誤解決 ASP代碼中如何屏蔽ip地址 禁止某IP段訪問網(wǎng)站 錯(cuò)誤80004005信息處理方法
人氣排行 ASP下標(biāo)越界的解決方法 ASP代碼中如何屏蔽ip地址 禁止某IP段訪問網(wǎng)站 “文件共享鎖定數(shù)溢出” 原因及解決方法 無法寫入數(shù)據(jù)庫的解決方法 ASP教程:0177:800401f3錯(cuò)誤解決 ASP常用函數(shù)列表 如何用ASP來獲取客戶端真實(shí)IP的地址 ASP用FSO生成HTML簡(jiǎn)單實(shí)例+詳解[原創(chuàng)]