Monday, February 5, 2007

try catch problem

I have run into situations several times using Visual Studio 2005 and VB.NET when it's not possible to catch an error using try and catch. The solution has been to use the old on error goto or on error resume next.

No comments:

Post a Comment