gpt4 book ai didi

c# - 在 Debug模式下抛出异常,但是在哪里?

转载 作者:行者123 更新时间:2023-12-02 07:31:46 24 4
gpt4 key购买 nike

A first chance exception of type 'System.IO.IsolatedStorage.IsolatedStorageException' occurred in mscorlib.ni.dll Operation not permitted on IsolatedStorageFileStream.

它向我显示了这个通知,但我不知道它是在哪里生成的。如何找出产生此异常的代码在哪里?

附注。

我正在使用 Debug模式。 (C#)

最佳答案

这是一个第一次机会异常,即有一个 try-catch block 来处理它。默认情况下,Visual Studio 不会因第一次异常而中断。

要使 Visual Studio 在引发异常时中断,请执行以下操作:

  • 打开“调试”菜单并点击“异常...”
  • 选中“抛出”列中您想要的异常的复选框。 exceptions dialog
  • 点击“确定”

从此以后,无论何时引发该特定异常,Visual Studio 调试器都将始终中断。要返回到原始行为,请清除“抛出”列中的复选框。

关于c# - 在 Debug模式下抛出异常,但是在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15763279/

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