Click here to Skip to main content
Page 1 of 3
Page Size: 10 · 25 · 50


Category filtered by:  General Programming [x] | Exception Handling [x]
Technical Blog 7 May 2013   license: CPOL
Leaving an end user with the ability to do more damage is never the way to go.
General Programming » Exception Handling » General
Tip/Trick 22 Apr 2013   license: CPOL
General Programming » Exception Handling » General
Technical Blog 16 Apr 2013   license: LGPL3
Throwing exceptions is in itself trivial. Just invoke throw with an exception object. But when should you throw? Should you create a new exception or rethrow an old one? What should you include in the exception info? What are exceptions … Continue reading →
General Programming » Exception Handling » General
Technical Blog 8 Apr 2013   license: LGPL3
This article will teach you how you should design your exception classes.
General Programming » Exception Handling » General
C#
Technical Blog 4 Apr 2013   license: LGPL3
This blog has been quiet for a while. I am currently writing a book about localization. Me and my partner is also getting close to release of our new startup. One of it’s features is to automatically catch unhandled exceptions … Continue reading →
General Programming » Exception Handling » General
Technical Blog 1 Mar 2013   license: LGPL3
Ohhh, I've recently seen one to many application where the developers try to be safe by catching exceptions all over the place. It can be everything from a small simple method that doesn't throw that many exceptions to a large method with multiple try/catch statements. Most of those catch blocks jus
General Programming » Exception Handling » General
Technical Blog 21 Jan 2013   license: CPOL
SMTP Exception: 550 5.7.1 Unable to relay.
General Programming » Exception Handling » General
Answer 30 Dec 2012   license: CPOL
i was also getting the same problem...i did all the things that is suggested here...now i am not getting that error but the excel file is not getting generated..please help..
General Programming » Exception Handling » General
Tip/Trick 9 Nov 2012   license: CPOL
In this article I tell you how you to use if/else instead of try/catch.
General Programming » Exception Handling » General
Technical Blog 29 Oct 2012   license: CPOL
You can’t properly friend test methods that are in a different namespace than the class being tested.
General Programming » Exception Handling » General
Technical Blog 21 Sep 2012   license: CPOL
Learn about the HandleError filter and discuss about the different exception handling mechanisms that will fit to an MVC application.
General Programming » Exception Handling » General
Technical Blog 17 Jun 2012   license: CPOL
One way of diagnosing SQL exceptions by using memory dumps.
General Programming » Exception Handling » General
Technical Blog 7 Jun 2012   license: CPOL
How to automate Retry on Exception.
General Programming » Exception Handling » General
Tip/Trick 11 May 2012   license: CPOL
Showing how to throw Exceptions from the Base Class to the main class
General Programming » Exception Handling » General
Technical Blog 26 Apr 2012   license: CPOL
What it means for code to satisfy the basic exception safety guarantee.
General Programming » Exception Handling » General
Tip/Trick 8 Feb 2012   license: CPOL
Extension Method for exceptions that give a useful text even on Entity Framework Exceptions
General Programming » Exception Handling » General
Article 6 Jan 2012   license: CPOL
An overview of the standard exception handling techniques provided by Visual C++.
General Programming » Exception Handling » General
Tip/Trick 22 Nov 2011   license: CPOL
General Programming » Exception Handling » General
WCF
Tip/Trick 22 Nov 2011   license: CPOL
General Programming » Exception Handling » General
WCF
Tip/Trick 22 Nov 2011   license: CPOL
General Programming » Exception Handling » General
WCF
Article 18 Nov 2011   license: CPOL
Use the .NET StackTrace class to position yourself in the right place of source code that threw an Exception.
General Programming » Exception Handling » General
Answer 14 Nov 2011   license: CPOL
also addpublic override void VerifyRenderingInServerForm(Control control){}
General Programming » Exception Handling » General
Answer 14 Nov 2011   license: CPOL
hi,i also faced with the same problem before and finally with the following changes my problem solved.please check public...
General Programming » Exception Handling » General
Technical Blog 1 Nov 2011   license: LGPL3
Dear Reader, We all know that Ruby is dynamic language where in calling a method on a type or perhaps object in ruby is not known or figured out until run time. So assume that if your writing your class and if some one else is accessing your class and tries to call some method [...]
General Programming » Exception Handling » General
Tip/Trick 30 Oct 2011   license: CPOL
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.
General Programming » Exception Handling » General
Article 20 Oct 2011   license: CPOL
Exceptions from yet another angle.
General Programming » Exception Handling » General
Technical Blog 8 Sep 2011   license: Ms-PL
Order in Chaos: Handling unhandled exceptions in a WPF application
General Programming » Exception Handling » General
Technical Blog 25 Jul 2011   license: CPOL
Handle Exception carefully means I am not going to discuss some rocket science about exception handling but I am going to discuss not to shadow the exception in your program. Not going to discuss more I am starting my exampleclass Program { static void Main(string[] args) {
General Programming » Exception Handling » General
Tip/Trick 4 Jul 2011   license: CPOL
[Serializable]...
General Programming » Exception Handling » General
C#
Article 27 Jun 2011   license: CPOL
How to write C++ code more tolerant to critical errors.
General Programming » Exception Handling » General
Tip/Trick 30 May 2011   license: CPOL
How to do transaction scope exception handling.
General Programming » Exception Handling » General
Technical Blog 7 May 2011   license: CPOL
Event Handling
General Programming » Exception Handling » General
Technical Blog 4 May 2011   license: CPOL
Logging is the new Exception Swallowing
General Programming » Exception Handling » General
Technical Blog 4 May 2011   license: LGPL3
Another useful thing that LinFu.AOP allows you to do is to intercept (and rethrow) exceptions within your applications at runtime. LinFu makes it so easy, in fact, that all you have to do is add the following lines to your CSProj file...
General Programming » Exception Handling » General
Tip/Trick 20 Apr 2011   license: CPOL
Using Reflection to instantiate a System.Data.SqlClient.SqlException
General Programming » Exception Handling » General
Tip/Trick 10 Apr 2011   license: CPOL
Using Reflection to instantiate an Exception of a given type
General Programming » Exception Handling » General
C#
Tip/Trick 9 Apr 2011   license: CPOL
I would actually go the route getting those developers to follow good practice. As a whole, the field would be better off if developers like that were mentored rather than something like this.So, I would recommend using either of the techniques you put forth originally (using the Data...
General Programming » Exception Handling » General
C#
Technical Blog 2 Apr 2011   license: CPOL
Introduction: Recently I was working on an issue caused by OOM exception and found out interesting finding about String.Split() function. I thought I should share the finding with others and they may also benefit from this analysis in solving OOM exceptions. Its a step by step article, i have tried
General Programming » Exception Handling » General
Technical Blog 1 Mar 2011   license: CPOL
How to handle the “Unrecognized configuration section userSetting” exception.
General Programming » Exception Handling » General
Technical Blog 12 Feb 2011   license: CPOL
Avoiding useless checks
General Programming » Exception Handling » General
Technical Blog 30 Jan 2011   license: CPOL
Internals of Exception Handling
General Programming » Exception Handling » General
Article 14 Jan 2011   license: CPOL
Logging unhandled exceptions in an ASP.NET website using MS Enterprise Application Blocks.
General Programming » Exception Handling » General
Technical Blog 10 Jan 2011   license: CPOL
Recovering your application from unhandled exception in .NET
General Programming » Exception Handling » General
Technical Blog 10 Jan 2011   license: CPOL
Multi Language / Multicultural Exception Handling In WCF Using FaultReason
General Programming » Exception Handling » General
Technical Blog 7 Dec 2010   license: CPOL
Exception handling is very common for everyone. Exceptions are runtime errors which might be caused by some operation illegal to the application. .NET provides a good Exception Model (even though Microsoft wants to change this model) using try/catch which lets us to deal with runtime exceptions from
General Programming » Exception Handling » General
Technical Blog 6 Dec 2010   license: LGPL3
This will be my final piece on exception handling. It's been fun, but the show must go on, right? Got any suggestion on what I should rant about in this blog? Leave a comment. Continue reading →
General Programming » Exception Handling » General
Technical Blog 5 Dec 2010   license: CPOL
Team Foundation Server 2010 Event Handling with Subscribers
General Programming » Exception Handling » General
Technical Blog 30 Nov 2010   license: LGPL3
There are a few mistakes that's really common when it comes to exception handling and I thought that I should write a small entry about them. Continue reading →
General Programming » Exception Handling » General
Technical Blog 9 Nov 2010   license: CPOL
We have been doing exception handling in managed application using try-catch block with Exception or its derived Custom Exception objects. But this mechanism is very much .Net Technology specific. When we develop SOA applications, our application is not limited to mere one technology or single loyal
General Programming » Exception Handling » General

Page 1 of 3
1 2 3


Advertise | Privacy | Mobile
Web01 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid