Blue Theme Orange Theme Green Theme Red Theme
 
Home | Forums | Videos | Photos | Downloads | Blogs | E-Books | Interviews | Jobs | Beginners | Training
 | Consulting  
Submit an Article Submit a Blog 
 Login Close
User Id:
Password:
 
Forgot Password
Forgot Username
Why Register
  This section contains
Articles (23)
Tutorials (0)
Resources (8)
Downloads (0)
 Jump to
Skip Navigation Links
TechnologyExpand Technology
WebsiteExpand Website
 Resources  
Close
 Our Network  
Close
Search :       Advanced Search »
Home »  Exception Handling
Exception Handling in C# - Articles, Resources, Downloads, Blogs, Book Chapters, Tutorial, Source code
Welcome to Exception Handling section of C# Corner. In this section, you will find various Exception Handling related source code samples, articles, tutorials, and tips.
Post a new article
Post a new resource
Post a new download
Post a new blog
Post a new book chapter
Post a new tutorial
This section is sponsored by
ArticlesVideosBlogsBook ChaptersDownloadsResourcesTutorials
 Articles  
Sorted by:  
Guide to Improving Code Performance in .NET: Part II by Sateesh Kumar on Sep 01, 2009
This article explains about better Exception Handling practices in C#.
Exception Handling in C# by Rekha Singh on Aug 20, 2009
In this article we will see exception handling technique in C#.
Logging for .NET with SmartInspect by Dennis Gurock on Aug 30, 2008
This article demonstrates how to use SmartInspect logging for .NET. SmartInspect helps you to find and solve bugs in your software and makes it easier to identify security issues and performance bottlenecks.
Exception and error handling in enterprise applications by John Charles Olamendy on Aug 01, 2008
In this article, I try to cover the key principles and the main techniques of exception and error handling with examples in SQL Server, Oracle and Microsoft .NET.
Best Practices for handling exceptions by Santhosh Veeraraman LnT on Sep 18, 2007
This article shall explain some of the best practices when you deal with exceptions.
Exception Handling in VB.Net by Mahesh Chand on Jul 18, 2007
Exception handling is crucial since the robustness of software depends on how effectively a program deals with exceptions.
Event and Error Logging by Scott Lysle on Dec 15, 2006
This article describes an approach to writing to a custom error log and to writing events into the system event log.
Error Logging in ASP.NET by Robert Pohl on Mar 29, 2006
I have written some code that provide your system with some nice features on error logging in ASP.NET.
Customized Exception Handling Using Resource File by Jaish Mathews on Mar 03, 2006
A good exception handling should care about user as well as developer. i.e. developer can easily locate the exception entry point, may be a function or any where in a vast project, and fix it as soon as possible. So in this writing I tried some exception handlings which will consider both user and developer.
Exception Handling in C# by Rajesh VS on Feb 08, 2006
Exception handling is an in built mechanism in .NET framework to detect and handle run time errors.
Exceptions and Exception Stack by Luke Venediger on Feb 08, 2006
The purpose of this tutorial is to explain firstly how you would go about creating your own set of exceptions to trap error conditions that could occur in your code or library, for your own benefit or for the benefit of another developer using your library. The second lesson is on how the C# exception stack works, and how you can use it to catch all types of exceptions.
Exception Management by Sonu Chauhan on Feb 02, 2006
Correct exception handling in your Web pages prevents sensitive exception details from being revealed to the user. The following recommendations apply to ASP.NET Web pages and controls.
Auditing and Logging Exceptions by Sonu Chauhan on Feb 02, 2006
This article shows how to handle a SQL Server error condition by using the SQL Server .NET Framework data provider.
Displaying Exception Information by John Schofield on Dec 30, 2005
This is a simple utility to display exceptions. Each exception in the chain is added to an ArrayList and displayed in reverse order in a ListView control.
Exception Handling by Amisha Mehta on Dec 24, 2005
Exceptions in C# provide a structured, and type-safe way of handling both system level and application level error conditions. The exception mechanism in C# is very similar to that of C++, with a few important differences.
ASP.NET and VB.NET Error Handling by Srinivasa Sivkumar on Dec 24, 2005
ASP.NET and VB.NET both are providing excellent error handling options when compared with ASP and VB6. In VB.NET we can make use of the structured way of error handling with the Try & Catch statement.
Exception Handling in C# by Kamran ' on Dec 24, 2005
In C# Exception is a class in the system namespace. An object of an exception is that describe the exceptional conditions occur in a code That means, we are catching an exception, creating an object of it, and then throwing it. C# supports exceptions in a very much the same way as Java and C++.
Custom Error Handling in ASP.NET by Amit Kukreja on Dec 24, 2005
Structured exception handling is a fundamental part of the CLR and provides .Net programmers a great way of managing errors. In addition to CLR exception system, ASP.Net also provides ways of handling errors.
Custom Exceptions using Microsoft Exception Management Application Block by R. Seenivasaragavan Ramadurai on Dec 24, 2005
This article shows you how to use Microsoft Exception Management Application Block to write custom exceptions.
Getting Started with Exception Handling in C# by Suprotim Agarwal on Dec 23, 2005
This article explores exception handling mechanisms in C#. It describes how C# provides built-in support for handling anomalous situations, known as exceptions, which may occur during the execution of your program. We will start out by understanding exceptions and will see why we need to catch different exceptions.
Logging Errors in a XML File by James Upton on Dec 23, 2005
Error handling and logging errors at a common place is something, which is required in every piece of code you write. The attached source code is an error logger class that I've used in all of my applications. This class writes errors to XML files.
Best Practices of Exception Management by Anand Kumar Rao on Dec 23, 2005
Exception management is one of the key area for all kinds of application development .You should adopt an appropriate strategy for exception management to build high quality and robust application .It is a very powerful concept and makes the development work very easy if its used efficiently.
Custom Exception Handling in C# by Susan Abraham on Dec 23, 2005
This article discusses the implementation of Custom Exception Handling using the existing features of C# .Net.
 1 - 23 of 23 1
Looking for a book on Exception Handling? Here is our book
Description
This book is an in-depth treatment of printing functionality available in .NET Framework with real-world ready to use sample code written in .NET 2.0. This book also answers some of the most commonly asked questions such as how to print text files, how to print forms and controls and much more.
Browse more books here»
World Class ASP.NET Hosting - 3 Month Free Hosting, Click Here!

 Hosted by MaximumASP  |  Found a broken link?  |  Contact Us  |  Terms & conditions  |  Privacy Policy  |  Site Map  |  Suggest an Idea  |  Media Kit
Current Version: 5.2009.6.2
 © 1999 - 2009  Mindcracker LLC. All Rights Reserved