Similar articles
Think Vitamin
Exception Handling in PHP5
By Lorna Jane MitchellThis article follows on from my earlier posts, introducing OOP in PHP, taking a closer look at OOP concepts in PHP, and also covering the various magic methods on offer in PHP 5....
ASP.NET Daily Articles
Guidelines for consistent exception handling
Exception handling is also a major part of an application design and we should give it the necessary thinking time that it deserves. In the following article, I hopefully try to put some light on good...
DotNetShoutout - Latest published stories
Rx - Exception Handling - Bnaya Eshet
Rx - Exception HandlingRx - Exception Handling this post will discuss exception handling within the Rx arena. handling event stream exception is not trivial, for example observable should delegate e...
DotNetShoutout - Latest published stories
HTML5: Exception handling with the Geolocation API
In my previous post on the Geolocation API I passed in a PositionErrorCallback to the geolocation.getCurrentPosition() method. When I received this callback I displayed a generic message informing the...
DotNetShoutout - Latest published stories
Exception handling in Task Parallel Library
Handling Exceptions in parallel world is always challenge. If you know exceptions can be raised from piece of code then you wrap in try catch block to handle managed exceptions. But sometimes unhandle...