简体   繁体   English

Xamarin IOS-启动期间发生“未处理的异常”

[英]Xamarin IOS - 'An unhandled exception occured' during start

I'm working on a Xamarin IOS project. 我正在研究Xamarin IOS项目。 And after I updated it to the latest version, suddenly receive this error: 当我将其更新为最新版本后,突然收到此错误:

An unhandled exception occurred.

When I try to run it in debug mode. 当我尝试在调试模式下运行它时。

It doesn't give me anything else, not even the slightest clue. 它什么也没有给我,甚至没有丝毫线索。 So I have no idea why it breaks. 所以我不知道为什么会破裂。 Has anyone else stumbled onto this problem? 还有其他人偶然发现这个问题吗?

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

 AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM