Hits Today: 1 Total: 2599 | Updated: 1/21/2002 | |
 | # 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# |
Hits Today: 1 Total: 2509 | Updated: 5/14/2002 | |
 | 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 | |  | |
Hits Today: 1 Total: 3372 | Updated: 7/8/2002 | |
 | 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 |
Hits Today: 2 Total: 2310 | Updated: 9/20/2002 | |
 | 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# |
Hits Today: 1 Total: 683 | Updated: 10/10/2006 | |
 | 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# | |  | |
|