|
|
| Exception [+] Favor-It | |
| |
 |
| | Sort By:
|
# has introduced possibly the best tool to use for application error trapping: The exception. An exception is an error condition that is raised whenever your application misbehaves or identifies a problem that needs to be dealt with right away. Author: Luke Venediger Code: ASP.NET Beta 2 & C# |
ASP.NET uses VB.NET as language of choice and so it inherits all of VB's new features. One of these is exception handling with the System.Exception class... Author: Phillip Quinn Code: ASP.NET v1.0 & VB |
When used properly, the structured exception-handling system in .NET can produce efficient, clean, and unobtrusive error handling for your applications. Author: Lamont Adams Code: ASP.NET v1.0 & VB |
|  | |
Exceptions are errors that may occur during the run-time of a program. Exception handling, thus, becomes an integral part of programming. In C#, exceptions are handled via the Exception base class. Author: J.V.Ravichandran Code: ASP.NET v1.0 & C# |
Exception handling allows you to handle unusual situations that may occur in your programs code. You can customize how your program will react in these situations. Author: Salman Ahmed Code: ASP.NET v1.0 & C# |
Icon Key >
 - Recently Updated
 - Showcase Listing
|