hi,while doing debugging i found a blue dotted corner around catch block, while hovering it is showing system.exception...what does it mean and what to do ...........
A:
If it is what I think it is (based on the limited information provided in the question) it is most likely a coding tip telling you that you are catching the base exception class, it recommends that you catch a more specific type of exception. You don't have to do anything with it, but you can turn off those notifications, hover the mouse over the blue line and you should get a dialog that will let you turn them off if you like.
David
2010-10-07 12:59:46