How can one get detailed Exception thrown by the .net framework. The below log fragment shows something is wrong but what?
A first chance exception of type ‘System.IO.FileNotFoundException’ occurred in mscorlib.dll
Unfortunately I can not catch this exception so I can not debug. Is there a way to get a detailed information about such exceptions? May be some tools etc.
Are you using Visual Studio (2008)?
Then you could catch any exception, even if it is not handled by your code, using the Exceptions options dialog in the
Debug/Exceptionsmenu.