|
|
Stories recently tagged with 'Exception'
|
|
published 2 months, 12 days ago, submitted by
misbaharefin
2 months, 14 days ago
dotnethitman.spaces.live.com — Exceptions provide a consistent mechanism for identifying and responding to error conditions. Effective exception handling will make code more robust and easier to debug. Exceptions are a tremendous debugging aid because they help answer...
read more...
add a comment
|
category: C# | Views: 38
|
|
tags:
ExceptionHandling, BestPractices, C#, Exception | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
daninor
7 months, 19 days ago
nosoupforme.com — All those preaching what is best, here is an explanation so you can figure out the best for you read more...
add a comment
|
category: C# | Views: 0
|
|
tags:
Exception, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 20 days ago, submitted by
malovicn
7 months, 20 days ago
blog.vuscode.com — This blog post explains why the standard throw; approach of rethrowing exceptions is not the best in case you care of the full stack trace information read more...
8 comments
|
category: Tips & Tricks | Views: 11
|
|
tags:
Exception, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 20 days ago, submitted by
crpietschmann
7 months, 22 days ago
blog.dotnetclr.com — This is one of those "Yeah I've always seen people use it differently but I don't know why!" questions. Re-throwing exceptions can be misused, although it may not cause any harm to your application - there are multiple ways of re-throwing an exception, most likely for the purpose of bubbling it up to a higher level. Note to Java developers: It is different in your world. read more...
|
|
tags:
TryCatch, Exception, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 13 days ago, submitted by
udaydenduluri
8 months, 14 days ago
aspalliance.com — Believe me handling exception is one of the toughest things to do for a programmer. It taking your wife for shopping to a very expensive place and allowing her to choose what she wants to buy. :-)
Exception handling techniques explained in a best possible way.
read more...
4 comments
|
category: C# | Views: 2
|
|
tags:
Exception, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 months ago, submitted by
docluv
10 months ago
professionalaspnet.com — One of the terrible things we as developers have to deal with is unhandled exceptions, we all have them good and bad developers. The problem is that no matter how well thought out an application may be we will always have holes that we never anticipated. Unfortunately one day an end user will find it and our application will ungracefully blow up. This article is a simple error reporting routine to e-mail exception details. read more...
4 comments
|
category: ASP.NET | Views: 0
|
|
tags:
Exception, Email, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
.NetKicks
1 year, 1 month ago
msmvps.com — The author shows a flaw in String.IsNullOrEmpty of the .NET 2.0. Microsoft replies that this bug won't be fixed until Orcas. (see bug report at: http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=113102 ) read more...
3 comments
|
category: CLR | Views: 3
|
|
tags:
System.String, IsNullOrEmpty, Exception, Bug | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BlackWasp
1 year, 3 months ago
blackwasp.co.uk — The thirty-fourth part of the C# Fundamentals tutorial begins a review of exception handling. When an unexpected event occurs, unhandled exceptions cause a program to exit abnormally. Correct handling permits the graceful recovery from an error condition. read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
Exception, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Aaronls79
1 year, 6 months ago
thesprage.com — A common mistake a lot of new .Net developers do is using Throw ex instead of just Throw. The difference between Throw ex and Throw is very simple but can cause major headaches when it comes to maintenance. If you use Throw ex it overwrites the stack trace this makes it very hard to find the original line of the thrown exception as you can see in the example I have provided. read more...
add a comment
|
category: VB.NET | Views: 1
|
|
tags:
Exception, VB.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 10 months ago, submitted by
jimholmes
1 year, 10 months ago
srtsolutions.com — Bill Wagner (author of "Effective C#"), adds his smart thoughts to Scott Hansleman's post on best practices for exception handling. read more...
|
|
tags:
Exception, Handling, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|