当前位置: 首页 > 图文教程 > 网络编程 > ASP > ASP错误代码说明

ASP
ASP编程中15个非常有用的例子 (二)
ASP与JSP的比较(一)
ASP与JSP的比较(二)
ASP中五种连接数据库的方法
从ASP调用SQL中的图像
用排序串字段实现树状结构(例程:连接字串)
用排序串字段实现树状结构(例程:删除贴子)
用排序串字段实现树状结构(例程:回复表单)
用排序串字段实现树状结构(例程:显示贴子内容)
用排序串字段实现树状结构(例程:显示树)
用排序串字段实现树状结构(存储过程)
用排序串字段实现树状结构(库结构)
用排序串字段实现树状结构(原理)
remote script文档(转载自微软)(一)
remote script文档(转载自微软)(二)
remote script文档(转载自微软)(三)
remote script文档(转载自微软)(四)
remote script文档(转载自微软)(五)
remote script文档(转载自微软)(六)
remote script文档(转载自微软)(七)

ASP错误代码说明


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-08-14   浏览: 105 ::
收藏到网摘: n/a

错误代码
错误消息
说明

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