Re: [問題] 模擬error exception

看板Programming作者 (gecer)時間5年前 (2019/01/08 15:46), 編輯推噓3(305)
留言8則, 3人參與, 5年前最新討論串2/2 (看更多)
※ 引述《gecer (gecer)》之銘言: 小弟在code 裡面加上 error exception 請問如何 模擬 error exception 發生 例如 link webink exception: ....... 如何模擬讓link weblink發生? 不限語言 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.46.33.197 ※ 文章網址: https://www.ptt.cc/bbs/Programming/M.1546828925.A.65D.html

01/07 18:16,
建議原 po 直接描述原本想做什麼和使用
01/07 18:16

01/07 18:17,
語言,語法特性吃語言的,沒有一定答案
01/07 18:17

01/07 18:44,
bool method(link ptr){if(err){ptr->ne
01/07 18:44

01/07 18:44,
xt = new link(); return err;}}
01/07 18:44

01/08 12:28,
int3
01/08 12:28
假設VBA On Error GoTo Err Dim A As Integer A = 1 ===>如何讓error 發生在這裡 Err: MsgBox "Yes" ====================================================================================================== 這樣子模擬會發生exception 但是如何不修改原本coding做exception的模擬? On Error GoTo Err Dim A As Integer A = "A" Err: MsgBox "Yes" -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 1.173.138.122 ※ 文章網址: https://www.ptt.cc/bbs/Programming/M.1546933605.A.DAB.html

01/09 15:57, 5年前 , 1F
沒錯誤當然不會噴 exception 啊 = =
01/09 15:57, 1F

01/09 15:59, 5年前 , 2F
要不然就自己 throw exception 物件
01/09 15:59, 2F

01/09 16:51, 5年前 , 3F
VBA那種化石哪有throw好用啦
01/09 16:51, 3F

01/09 16:52, 5年前 , 4F
err物件找一找裏面有什麼好用的差不多
01/09 16:52, 4F

01/09 18:09, 5年前 , 5F
沒有 throw 喔,真的古董耶
01/09 18:09, 5F

01/10 08:42, 5年前 , 6F
好像有什麼err.raise之類的 :|
01/10 08:42, 6F

01/10 08:43, 5年前 , 7F
應該是到.net才跟大家一樣叫throw
01/10 08:43, 7F

01/12 04:31, 5年前 , 8F
沒有throw自己除以0吧XD
01/12 04:31, 8F
文章代碼(AID): #1SD5Lbsh (Programming)
文章代碼(AID): #1SD5Lbsh (Programming)