Feel dumb asking, but I've done extensive searches and can't find the answer.

If I'm running a C# app under the VS.NET debugger, and the debugger breaks on an 
unhandled exception, how can I view the exception object? In particular, I want to 
look at the InnerException property of the exception. 

Thanks

Andy Mc

(P.S. I realise I can edit my code to catch the exception, and then view the exception 
variable in the debugger, but surely I don't have to do that ...?)

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to