最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
ASP技术ASPError对象属性
时间:2022-06-30 11:48:29 编辑:袖梨 来源:一聚教程网
ASP技术ASPError对象属性
ASPCode
该ASPCode属性返回一个错误代码所产生的非法入境者。
ASPDescription
该ASPDescription属性返回的详细描述错误。
Category
类别属性返回错误的来源(原价的错误所产生的IIS ?一种脚本语言呢,还是一个组成部分? ) 。
Column
该栏属性返回栏的位置的ASP文件,产生了错误。
desciption
描述属性返回的简短说明错误。
file
档案属性返回名称的ASP文件产生的错误。
line
线属性返回一些行内的ASP文件,产生了错误。
number
数属性返回标准的COM错误代码的错误。
resoure
来源财产的实际回报率的源代码的行发生错误。
语法
ASPError.ASPCode() ASPError.ASPDescription() ASPError.Category() ASPError.Column() ASPError.Description() ASPError.File() ASPError.Line() ASPError.Number() ASPError.Source()
来看个教程.
<% dim objErr set objErr=Server.GetLastError()response.write("ASPCode=" & objErr.ASPCode) response.write("
") response.write("ASPDescription=" & objErr.ASPDescription) response.write("
") response.write("Category=" & objErr.Category) response.write("
") response.write("Column=" & objErr.Column) response.write("
") response.write("Description=" & objErr.Description) response.write("
") response.write("File=" & objErr.File) response.write("
") response.write("Line=" & objErr.Line) response.write("
") response.write("Number=" & objErr.Number) response.write("
") response.write("Source=" & objErr.Source) %>
相关文章
- 无期迷途主线前瞻直播总结 无期迷途主线前瞻直播内容介绍 11-22
- 以下哪种非遗技艺是用针在纸上绣画 蚂蚁新村11月21日答案 11-22
- 江南百景图听风塔怎么样 11-22
- 原神恰斯卡圣遗物怎么搭配 11-22
- 2024年霸王茶姬11月22日口令是什么 2024.11.22霸王茶姬口令介绍 11-22
- 光遇11.21季节蜡烛在哪里 光遇11月21日季节蜡烛位置攻略 11-22