votes
What is the best way to catch an exception in C# application
Hello all, I am working on a simple c# application which is in 3.5 and basically deals with LINQ and linq to sql. I want to write a common code for handling exceptions. I have not written anything like that before. Is it the right ...
