"View details" missing form VS 2017 Exception Handler

It could be easy: "View Details" is missing from the troubleshooting assistant

But I can see it in VS 2017. Flipping "Use managed compatibility mode" doesn't seem to matter.

It looks like this: enter image description here

With the "View Details" missing, copying the details gives me a top level exception as well.

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

additional information

I am working on a Xamarin project and this error was found in a property called from a portable .net core library, the error in this case is related to NLog strong> (third party nuget package) which was installed in both the library and the andorid project. but may have been unsuccessful due to poor configuration. The exception was thrown while remote debugging on an Android device .

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

+3


source to share





All Articles