The Exception Handling Application Block (EHAB) helps developers create a consistent strategy for processing exceptions. Now it can be used in Silverlight applications. The centralized exception management functionality is configured as a set of poicies that can be defined in an external…
In this episode guest Milan Negovan talks about health monitoring in ASP.NET and what to do when things go wrong! (Starts at 24:47). Also Peter and Dmitry talk about Eclipse support for Windows 7, the Azure Content Deliver Network and other news stories.
(This episode was recorded live from the…
En este video veremos algunas consideraciones respecto al manejo de excepciones en .net, fallos y posibles soluciones.
- OverTrowing
- OverCatching
- Breaking Stack
Por Unai Zorrilla, Development Team Lead de Plainconcepts.
Sometimes, things go wrong when code executes. You can't predict when this will happen or even why, but you can write code to handle exceptional problems. If you're lucky, the problem will carry with it a bunch of useful information that you can use, at
runtime, to handle the specific error. These…