And with the “try catch” in .NET, it is finally possible to apply an error handler which can be used in all routines without having to modify forhard-coded routine names.
But they still missed out (I think) in being able to apply a single error handler over, say, an entire form, without having to code indiviually into each sub or function (I used to be able to do this im mainframe- what happened in the name of progress?). This would be overridable of course.