Click here to Skip to main content
15,886,199 members
Everything / General Programming / Exceptions

Exceptions

exceptions

Great Reads

by Giovanni Scerra
Patterns to prevent null reference exceptions
by Jasper Lammers
A method to easily toggle the way exceptions are being handled (either being thrown or handled by custom code), while still conserving the stack trace when exceptions are not being thrown.
by Marco Bertschi
This tip presents an easy way of verbosely converting an exception and its inner exceptions to a string in order to get access to all details.
by Amogh Natu
This tip provides one solution to the exception "Configuration system failed to initialize" in C#

Latest Articles

by Dev Leader
Secret of Task EventHandlers
by Bruno van Dooren
Symantec can cause valid applications to crash and be gone without a trace
by Mark Pelf
We explain how to debug and get more information on the generic Exception “Failed to enable constraints.
by Greg Utas
Keeping a program running when it would otherwise abort

All Articles

Sort by Score

Exceptions 

1 Apr 2017 by Marco Bertschi
This tip presents an easy way of verbosely converting an exception and its inner exceptions to a string in order to get access to all details.
1 Mar 2014 by Amogh Natu
This tip provides one solution to the exception "Configuration system failed to initialize" in C#
16 Mar 2017 by Arthur Minduca
How to handle faults in WCF without declaring them explicitly
11 Nov 2014 by Dave Clemmer
Using the Microsoft patterns and practices Semantic Logging Application Block (SLAB) to both structure your logging information and decouple how you choose to log from your application code that initiates logging related events. Plus, a Loggly listener is included that you can use to log messages.
7 Sep 2022 by Bruno van Dooren
Symantec can cause valid applications to crash and be gone without a trace
10 Oct 2012 by OriginalGriff
If you are trying to follow the instructions on how to get your system up and running with Eclipse, you may get an error when installing ADT
22 Apr 2013 by Brady Kelly
A handy way to raise an exception without having to call String.Format for the exception message
17 Oct 2013 by Javier Tirado Pampín
This article talks about how to solve the filter problem in Telerik MVC Extensions control suite
15 Jul 2022 by Mark Pelf
We explain how to debug and get more information on the generic Exception “Failed to enable constraints.”
22 May 2011 by fgoldenstein
Cannot open Microsoft Access database -> Exception message "unknown"
11 Sep 2012 by John Bhatt
How can I block some website permanently like (facebook.com) and more social site on my employees computers
30 May 2011 by Brian Risley
How to do transaction scope exception handling.
23 Aug 2011 by Armando de la Torre
How to load an image from the filesystem and save it into a Database
8 Feb 2012 by Harry von Borstel
Extension Method for exceptions that give a useful text even on Entity Framework Exceptions
6 Feb 2014 by Adamanteus
Intercepting SEH exceptions in C++ program
13 Mar 2014 by Andy Neillans
Exceptionless.com goes opensource; so how do you host it yourself?
30 Oct 2011 by Doc Lobster
When you have to raise an exception, there is always the question whether to create a new exception type or use one of the numerous ones in the .NET class library.
19 Jan 2015 by JatinKhimani
Develop a web application in 3 layer architecture code style
9 Nov 2012 by Thomas Daniels
In this article I tell you how you to use if/else instead of try/catch.
5 May 2015 by arora.abhishek
In this tip, you will learn the new feature of C# 6.0, Exception Filtering.
4 Dec 2009 by shayke23
hi all.i've just encountered a problem in C#:"Concurrency violation: the UpdateCommand affected 0 of the expected 1 records".that is an exception raised when there is a mismatch between the time that the DataTable reads from the DB until the time it wants to update it.one can use 2...
17 Aug 2012 by Abey Thomas
This is an issue which can happen for a variety of reasons - but how do you find the right one?