“View Details ” missing form Exception handler VS 2017
问题 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