【发布时间】:2017-01-06 10:51:46
【问题描述】:
我在我的 UWP 项目中创建了一个后台任务,微软商店的开发中心在后台任务中捕获了许多异常:
STOWED_EXCEPTION_System.Exception;STOWED_EXCEPTION_System.ArgumentException;STOWED_EXCEPTION_System.Exception;
当我在 Visual Studio 上以调试模式运行我的应用程序时,永远不会出现任何异常:(
有人帮助我吗?
提前致谢
【问题讨论】:
标签: c# exception uwp windows-10-universal background-task