Click here to Skip to main content
15,881,803 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 

4 Apr 2013 by jgauffin
This post will discuss what exceptions are.
4 May 2011 by Philip Laureano
How to dynamically intercept thrown exceptions with LinFu.AOP 2.0
7 Dec 2012 by Sebastian Solnica
Topshelf's Windows Service and try-finally
4 Aug 2014 by jgauffin
OneTrueError and the WCF Integration
17 May 2018 by John M. Dlugosz
“Whither exception handling?” We have come full circle.
6 Sep 2013 by John Atten
This post is a re-examination of some topics I discuss in an older post.
28 Jul 2011 by Wayne Ye
Describes low level differences between several Exception handling grammar including: throw and throw ex; catch and catch (Exception ex)
16 Apr 2013 by jgauffin
Throwing exceptions
4 Aug 2014 by jgauffin
OneTrueError is my new startup which also is a member of Microsoft BizSpark. This post is about the client library for ASP.NET (WebForms/MVC/WebAPI). It will catch and handle all uncaught exceptions automatically. They are also uploaded to our site for … Continue reading →
2 Feb 2014 by Pranay Rana
How to get exact location of exception in C# code
4 May 2011 by Martin Jarvis
Logging is the new Exception Swallowing
6 Nov 2012 by John Atten
Checked exceptions in Java.