asp中的on error resume next
當(dāng)前位置:點(diǎn)晴教程→知識(shí)管理交流
→『 技術(shù)文檔交流 』
asp用了on error resume next,則在這句往后的代碼就算出錯(cuò)也會(huì)繼續(xù)執(zhí)行,具體有沒(méi)有錯(cuò)可以用err.number來(lái)判斷: err.number=0表示沒(méi)有出錯(cuò) err.number<>0表示有錯(cuò) 具體什么錯(cuò)誤可以用ASPError對(duì)象獲得 首先建立:set objasperror=server.GetLastError 對(duì)象,接著由 ASPError 物件的屬生取得相關(guān)信息: objasperror.ASPCode:傳回iis產(chǎn)生的錯(cuò)誤碼 objasperror.Number:傳回com標(biāo)準(zhǔn)錯(cuò)誤碼,如 0x800a03fc objasperror.Source:傳回實(shí)際產(chǎn)生錯(cuò)誤的原始碼 objasperror.Category:指出錯(cuò)誤的來(lái)源為 asp、script 或是 object objasperror.File:傳回錯(cuò)誤程序檔案名稱(chēng) objasperror.Line:傳回錯(cuò)誤程序的行數(shù) objasperror.Column:傳回錯(cuò)誤程序的列數(shù) objasperror.Description:傳回錯(cuò)誤原因簡(jiǎn)介 objasperror.ASPDescription:傳回詳細(xì)錯(cuò)誤原因 相關(guān)教程: asp關(guān)閉on error resume next錯(cuò)誤處理方法[58] 該文章在 2024/2/22 9:32:18 編輯過(guò) |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |