“第0行”在 dotNET 堆栈跟踪中

发布于 2024-09-30 13:53:15 字数 217 浏览 0 评论 0原文

我收到一个错误报告,其中堆栈跟踪的顶部类似于:

System.NullReferenceException: <...> at MyApplication.MyType.SomeMethod(String arg) in MyType.cs:line 0

要点是,行号为 0。什么可能导致这种堆栈跟踪行为?

I got an error report, where the top of the stack trace was similar to:

System.NullReferenceException: <...> at MyApplication.MyType.SomeMethod(String arg) in MyType.cs:line 0

The point is, that the line number is 0. What could cause such stack-trace behavior?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

香草可樂 2024-10-07 13:53:15

根据这个问题,这可能是由于内联造成的。你开启优化了吗?

According to this question, it could be due to inlining. Have you got optimisations switched on?

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