Recently I have found the need to have an exception filter in some C# code that I have written. Since there is no language support for this, I wrote an IL instrumentation tool: http://code.msdn.microsoft.com/ExceptionFilterInjct For debugging scenarios,
Read More...