In dotNet a line throws an exception and is caught, how can I figure out which line in which file threw the exception? Seems relatively straightforward, but I can\'t figure
Personally, I just log the exception's ToString() return value. The whole stack trace is included. It's one line of code ... dead simple.