|
|
Try...Catch...Finally in ASP.NET |
|
|
Das |
|
|
ASP.NET / Error Handling |
|
|
Click to Visit |
|
|
1512 |
Through this article the author narrates the need of error handling while creating website. In this article, the new error handling method named as Try...Catch..Finally block were suggested by the author. The try statement occurs before the block of code. The users could search for any specific error using catch block. In the finally block of code, it has the execution of cleanup routines for exceptions. The author describes the reason behind using multiple catch block often in Try..Catch..Finally structure. The users might feel this tutorial to be the best way to know more about Exception handling in ASP.NET.
|