代码" catch" try-catch块不会执行

时间:2016-03-22 23:44:49

标签: c# try-catch

我有一块代码,几乎总是抛出try异常。因此,我将catch (DivideByZeroException)块与catch一起放在try { //code that throws exception } catch (DivideByZeroException) { //misc code to run test = 235; } 中,并运行一些代码来处理错误。

test

运行代码并进行调试后,Intent永远不会是235.我这样做是错误的和/或还有其他办法吗?捕获异常后,如何在catch块中运行一段代码?

0 个答案:

没有答案