gpt4 book ai didi

Try-Catch 以及如何在 catch block 中执行 throw

转载 作者:行者123 更新时间:2023-12-03 18:28:00 24 4
gpt4 key购买 nike

我有关于 throw 的问题。在下面的代码中,throw 将如何工作?
catch 块是否返回 false?

try
{
//code
}
catch(Exception ex)
{
throw;
return false;
}

最佳答案

不,它重新抛出。调用堆栈的某个地方需要捕获它。
return false永远不会到达。

关于Try-Catch 以及如何在 catch block 中执行 throw,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1590668/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com