Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Brolls31556yPut your breakpoint *on* either the opening brace of the catch scope or the writeline statement.
You’re breaking on the top part of the catch, before it’s been bound to your ex identifier. -
JS96185226yThe problem here was the fact that the software crashed at the "catch", not before or after, so it didn't even put the exception to the "ex" object.
I found that the problem was in another module, but it was still a really strange behavior of the Visual Studio debugger.
Related Rants
Useful as fuck
rant
asp.net
useful
entity framework
exception
c#