Saturday, November 2, 2013

First Chance Exception - Skip User Defined Exceptions

Add an exception hadler around the instruction that is giving the error



try
{
//add instruction giving an error here
}
catch (Exception e)
{
}





jdweng


No comments:

Post a Comment