Xamarin IOS - '未处理的异常发生在'在开始期间

时间:2015-05-06 16:27:09

标签: c# ios xamarin xamarin.ios

我正在开发Xamarin IOS项目。在我将其更新到最新版本后,突然收到此错误:

An unhandled exception occurred.

当我尝试在调试模式下运行它时。

它没有给我任何其他东西,甚至没有丝毫的线索。所以我不知道它为什么会破裂。有没有其他人偶然发现这个问题?

1 个答案:

答案 0 :(得分:0)

https://forums.xamarin.com/discussion/58002/what-is-the-preferred-way-to-catch-all-unhandled-exceptions-on-xamarin-forms

 AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;