Missing exception stack trace informations when using Async Targeting Pack in Silverlight 5.0

别等时光非礼了梦想. 提交于 2019-12-09 23:49:05

问题


I'm using Async Targeting Pack in Silverlight 5.0 application. When unhandled exception occurs in some async method (assuming from async "state machine"), stack trace of the exception than contains only:

in System.Runtime.CompilerServices.AsyncMethodBuilderCore.b__0(Object state)

end not any other code locations.

来源:https://stackoverflow.com/questions/14364807/missing-exception-stack-trace-informations-when-using-async-targeting-pack-in-si

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!