rethrow

rethrow

文章 0 浏览 2

在这种情况下我应该重新抛出异常吗?

这个方法可以吗?我是否正确处理异常?看我的课: class Email extends String { protected function validate($email) { try{ parent::validate($ema…

窝囊感情。 2024-10-16 21:31:00 2 0

重新抛出错误的堆栈跟踪

我用“throw”重新抛出异常,但堆栈跟踪不正确: static void Main(string[] args) { try { try { throw new Exception("Test") //Line 12 } catch (E…

临走之时 2024-10-12 21:41:02 3 0

重新抛出错误的堆栈跟踪

我用“throw”重新抛出异常,但堆栈跟踪不正确: static void Main(string[] args) { try { try { throw new Exception("Test") //Line 12 } catch (E…

薄荷梦 2024-10-03 21:36:14 5 0

C++重新抛出异常给出错误

我试图捕获“特定”异常(FormatException^ 或 OverflowException^),然后重新抛出它并在“一般”异常(Exception^)catch 块中捕获它。 运行时,我…

花开雨落又逢春i 2024-09-25 14:43:38 4 0

威尔 C++不带参数的 throw 在另一个框架内工作以重新抛出异常?

如果我有如下代码: try { doSomething() } catch (...) { noteError() } void noteError() { try { throw } catch (std::exception &amperr) { std::…

短暂陪伴 2024-09-16 11:17:50 6 0

C++关于重新抛出原始异常的异常问题

catch中下面的append()会导致重新抛出异常来看看append()被调用的效果吗? try { mayThrowMyErr() } catch (myErr &amperr) { err.append("Add to my …

用心笑 2024-08-23 14:34:21 8 0
更多

推荐作者

1CH1MKgiKxn9p

文章 0 评论 0

ゞ记忆︶ㄣ

文章 0 评论 0

JackDx

文章 0 评论 0

信远

文章 0 评论 0

yaoduoduo1995

文章 0 评论 0

霞映澄塘

文章 0 评论 0

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文