最新下载
热门教程
- 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) %>
相关文章
- 《彩色点点战争》推图常用三大主c玩法详解 01-23
- 《燕云十六声》池鱼林木任务攻略 01-23
- 《大连地铁e出行》查看行程记录方法 01-23
- 《明日方舟》2025春节限定干员余角色介绍 01-23
- 《崩坏:星穹铁道》万敌光锥搭配攻略 01-23
- 《燕云十六声》一药千金任务攻略 01-23