“View Details ” missing form Exception handler VS 2017

本秂侑毒 提交于 2019-12-23 09:37:21

问题


This could easily be the same as: 'View Details' missing from exception assistant

But I am seeing it in VS 2017. Flipping "Use Managed Compatibility Mode" doesn't seem to make a difference.

This is what the window looks like:

With "View Details" missing, copy details only gives me the top level exception too.

If I wrap the code in a "try", "catch" block and use the debugger/immediate window to expand the exception object I can see important details like "inner exception". So why is this information hidden from me in the handler?

Additional Details

I am working on a Xamarin project and this error was located in a property called from a .net core portable library, the error in this case, was to do with NLog (a third party nuget package) that was installed in both the library and the andorid project but was possibly failing due to bad config. The exception was raised when remote debugging on an Android device.

I have seen this issue with the exception handler in all exceptions I have had so far (3 / 4, its a new machine)


回答1:


This was a bug and has been fixed



来源:https://stackoverflow.com/questions/43469172/view-details-missing-form-exception-handler-vs-2017

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