最新下载
热门教程
- 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) %>
相关文章
- 《QQ》情侣空间历史情侣查看方法 08-02
- win11系统防火墙在哪里关闭?win11关闭防火墙和杀毒软件方法 08-02
- 澳大利亚证券投资委员会警告Bitget在澳提供“未经许可”的高杠杆加密货币期货产品 08-02
- 《怪兽大联盟》开荒推图阵容推荐 08-02
- win11自带的应用商店不能用为什么 win11无法打开应用商店如何解决 08-02
- 《QQ》资料卡背景封面设置方法 08-02