gpt4 book ai didi

.net - windows phone 应用程序意外退出,无一异常(exception)

转载 作者:行者123 更新时间:2023-12-01 01:36:39 26 4
gpt4 key购买 nike

我有一个 windows pone 应用程序工作得很好,除非它从 Tombstonning 返回,然后在执行相同的命令几次后,它非常随机地默默退出。

我已将 VS2012 设置为在任何第一次机会异常时暂停,但没有任何 react :

enter image description here

我还有以下事件的处理程序:

this.application.UnhandledException += this.OnApplicationUnhandledException;
this.application.RootFrame.NavigationFailed += this.OnRootFrameNavigationFailed;
AppDomain.CurrentDomain.UnhandledException += CurrentDomainOnUnhandledException;

没有一个处理程序被调用:S

我拥有的唯一信息是输出中的以下行,这对我来说没有任何意义。任何帮助都会非常好,谢谢。
The program '[1040] TaskHost.exe' has exited with code -2147483645 (0x80000003).

编辑:最后我将问题追溯到以下行:
Contract.Requires<ArgumentNullException>(bitmap != null, "Bitmap cannot be null.");

即使位图变量不为空,应用程序也会退出。任何的想法?

最佳答案

似乎这是 CodeContracts API 上的一个缺陷。

调用:

Contract.Requires<ArgumentNullException>(bitmap != null, "Bitmap cannot be null.");

有时使应用程序退出(位图不为空的事件),唯一的信息是:

The program '[1040] TaskHost.exe' has exited with code -2147483645 (0x80000003).

关于.net - windows phone 应用程序意外退出,无一异常(exception),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17136233/

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