try/catch delay at first exception
                            
                         
                        
                     
                 
                
                    First time an exception is thrown in an application, it takes the application a little while before the catch code is executed. 
          The next time an exception is thrown anywhere in the application, the catch code is executed immediately.
           Any help would be appreciated. Tanks!