I recently had to develop an additional module for an existing service developed by a colleague. He had placed a try/catch block in the main working function for catching al
If you want to see the exception when it occurs, in Visual Studio you can go to the DEBUG menu, select EXCEPTIONS and you can tell the debugger to Break as soon as an Exception is thrown. You even get to pick what type of Exceptions. :)