.NET exception handling is a unified approach to error handling. A developer is no longer required to write complex code in order to account for every error scenario. Instead, the code in question is wrapped with a try block, followed by a list of exceptions that the code can cause. The exception caught is a class that is filled with valuable information about the error.
Read the Full Article
Monday, July 28, 2008
Exceptions in C#
Posted by
Ramesh
at
10:38:00 PM
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment