|
|
Errors In Your ASP.NET Code? Don't Throw a Fit, Throw an Exception! |
|
|
Jim Duffy |
|
|
ASP.NET / Error Handling |
|
|
Click to Visit |
|
|
64 |
Errors in ASP.NET code is not new to the users. This article gives simple solution for handling those errors. In this article the author covers the topic from handling common errors with the try and catch syntax. The author recommends the users not to throw a fit, but throw an exception. This article explains the language features like Try, Catch, Finally and exception objects and teaches the users to understand the built in error handling mechanisms in ASP.NET. This might be a simple and helpful article for the users in error handling.
|