ASP一些錯誤代碼的解釋說明
作者: 來源: 發布時間:2011-6-26 11:26:43 點擊:
錯誤代碼 | 錯誤消息 | 說 明 |
ASP0100 | Out of memory | 內存不足(不能分配要求的內存) |
ASP0101 | Unexpected error | 意外錯誤 |
ASP0102 | Expecting string input | 缺少字符串輸入 |
ASP0103 | Expecting numeric input | 缺少數字輸入 |
ASP0104 | Opration not allowed | 操作不允許 |
ASP0105 | Index out of ange | 索引超出范圍(一個數組索引超界) |
ASP0106 | Type Mismatch | 類型不匹配(遇到的數據類型不能被處理) |
ASP0107 | Stack Overflow | 棧溢出(正在處理的數據超出了允許的范圍) |
ASP0115 | Unexpected error | 意外錯誤(外部對象出現可捕獲的exception_name錯誤,腳本不能繼續運行) |
ASP0177 | Server.CreateObject Failed | 服務器創建對象失敗(無效的progid) |
ASP0190 | Unexpected error | 意外錯誤(當釋放外部對象,產生可捕獲的錯誤) |
ASP0191 | Unexpected error | 意外錯誤(在外部對象的OnStartPage方法中產生可捕獲的錯誤) |
ASP0192 | Unexpected error | 意外錯誤(在外部對象的OnEndPage方法中產生可捕獲的錯誤) |
ASP0193 | OnStartPage Failed | 在外部對象的OnStartPage方法中產生錯誤 |
ASP0194 | OnEndPage Failed | 在外部對象的OnEndPage方法中產生錯誤 |
ASP0240 | Script Engine Exception | 腳本引擎從object_name對象中拋出exception_anme異常 |
ASP0241 | CreateObject Exception object_name | 對象的CreatObject方法引起了exception_name異常 |
ASP0242 | Query OnStartPage nterface | 查詢對象Object_name的OnsException |
錯誤代碼 | 錯誤消息 | 說 明 |
ASP0100 | Out of memory | 內存不足(不能分配要求的內存) |
ASP0101 | Unexpected error | 意外錯誤 |
ASP0102 | Expecting string input | 缺少字符串輸入 |
ASP0103 | Expecting numeric input | 缺少數字輸入 |
ASP0104 | Opration not allowed | 操作不允許 |
ASP0105 | Index out of ange | 索引超出范圍(一個數組索引超界) |
ASP0106 | Type Mismatch | 類型不匹配(遇到的數據類型不能被處理) |
ASP0107 | Stack Overflow | 棧溢出(正在處理的數據超出了允許的范圍) |
ASP0115 | Unexpected error | 意外錯誤(外部對象出現可捕獲的exception_name錯誤,腳本不能繼續運行) |
ASP0177 | Server.CreateObject Failed | 服務器創建對象失敗(無效的progid) |
ASP0190 | Unexpected error | 意外錯誤(當釋放外部對象,產生可捕獲的錯誤) |
ASP0191 | Unexpected error | 意外錯誤(在外部對象的OnStartPage方法中產生可捕獲的錯誤) |
ASP0192 | Unexpected error | 意外錯誤(在外部對象的OnEndPage方法中產生可捕獲的錯誤) |
ASP0193 | OnStartPage Failed | 在外部對象的OnStartPage方法中產生錯誤 |
ASP0194 | OnEndPage Failed | 在外部對象的OnEndPage方法中產生錯誤 |
ASP0240 | Script Engine Exception | 腳本引擎從object_name對象中拋出exception_anme異常 |
ASP0241 | CreateObject Exception object_name | 對象的CreatObject方法引起了exception_name異常 |
ASP0242 | Query OnStartPage nterface | 查詢對象Object_name的OnsException |
下面提供給大家的是關于ASP一些錯誤代碼的解釋說明表單,希望對大家有用。
錯誤代碼 | 錯誤消息 | 說 明 |
ASP0100 | Out of memory | 內存不足(不能分配要求的內存) |
ASP0101 | Unexpected error | 意外錯誤 |
ASP0102 | Expecting string input | 缺少字符串輸入 |
ASP0103 | Expecting numeric input | 缺少數字輸入 |
ASP0104 | Opration not allowed | 操作不允許 |
ASP0105 | Index out of ange | 索引超出范圍(一個數組索引超界) |
ASP0106 | Type Mismatch | 類型不匹配(遇到的數據類型不能被處理) |
ASP0107 | Stack Overflow | 棧溢出(正在處理的數據超出了允許的范圍) |
ASP0115 | Unexpected error | 意外錯誤(外部對象出現可捕獲的exception_name錯誤,腳本不能繼續運行) |
ASP0177 | Server.CreateObject Failed | 服務器創建對象失敗(無效的progid) |
ASP0190 | Unexpected error | 意外錯誤(當釋放外部對象,產生可捕獲的錯誤) |
ASP0191 | Unexpected error | 意外錯誤(在外部對象的OnStartPage方法中產生可捕獲的錯誤) |
ASP0192 | Unexpected error | 意外錯誤(在外部對象的OnEndPage方法中產生可捕獲的錯誤) |
ASP0193 | OnStartPage Failed | 在外部對象的OnStartPage方法中產生錯誤 |
ASP0194 | OnEndPage Failed | 在外部對象的OnEndPage方法中產生錯誤 |
ASP0240 | Script Engine Exception | 腳本引擎從object_name對象中拋出exception_anme異常 |
ASP0241 | CreateObject Exception object_name | 對象的CreatObject方法引起了exception_name異常 |
ASP0242 | Query OnStartPage nterface | 查詢對象Object_name的OnsException |
Tags:
ASP一些錯誤代碼的解釋說明上一篇:JScript運行時錯誤的簡單分析 下一篇: ADO的錯誤碼對應的解釋說明
[收藏此文章]