.NET musings from the chick side
In Visual Studio click on Debug –> Exceptions, and when the dialog box appears click “Add”. Fill it in as below:
Be sure to check when “Thrown”. Now your code will break on the C# code where the error is thrown and you can find it more easily.
Print | posted on Thursday, April 23, 2009 4:53 PM