ASP NET Questions


Q.  The best way for handling exception when dealing with a database connection?

a. Implement a try / catch block that catches System.Exceptions.
b. Implementing custom error page.
c. Implement a try / catch block that catches individual exception types, such as SQLException.
d. Display an error message.



 
 

    Discussion

Post your comment / Share knowledge