Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / programming / exceptions

Exceptions

exceptions

Great Reads

by Mark Pelf
NET8/EF8 Breaking Change. Old servers/databases might not understand queries from EF8.
by JatinKhimani
Develop a web application in 3 layer architecture code style
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 David Serrano Martínez
A strong exception guarantee tester has been written to test how robust methods of class templates are when faced with third party exceptions.

Latest Articles

by Mark Pelf
NET8/EF8 Breaking Change. Old servers/databases might not understand queries from EF8.
by JatinKhimani
Develop a web application in 3 layer architecture code style
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 David Serrano Martínez
A strong exception guarantee tester has been written to test how robust methods of class templates are when faced with third party exceptions.

All Articles

Sort by Score

exceptions 

by JatinKhimani
Develop a web application in 3 layer architecture code style
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 Bruno van Dooren
Symantec can cause valid applications to crash and be gone without a trace
by John Bhatt
How can I block some website permanently like (facebook.com) and more social site on my employees computers
by Mark Pelf
We explain how to debug and get more information on the generic Exception “Failed to enable constraints.
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...
by Brian Risley
How to do transaction scope exception handling.
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
by arora.abhishek
In this tip, you will learn the new feature of C# 6.0, Exception Filtering.
by Amogh Natu
This tip provides one solution to the exception "Configuration system failed to initialize" in C#
by Andy Neillans
Exceptionless.com goes opensource; so how do you host it yourself?
by Arthur Minduca
How to handle faults in WCF without declaring them explicitly
by Thomas Daniels
In this article I tell you how you to use if/else instead of try/catch.
by Brady Kelly
A handy way to raise an exception without having to call String.Format for the exception message
by Armando de la Torre
How to load an image from the filesystem and save it into a Database
by Abey Thomas
This is an issue which can happen for a variety of reasons - but how do you find the right one?
by fgoldenstein
Cannot open Microsoft Access database -> Exception message "unknown"
by Harry von Borstel
Extension Method for exceptions that give a useful text even on Entity Framework Exceptions
by Adamanteus
Intercepting SEH exceptions in C++ program
by Javier Tirado Pampín
This article talks about how to solve the filter problem in Telerik MVC Extensions control suite
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.
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.