by Tim M >> Mon, 26 Jan 2009 0:21:57 GMT
Is it possible to have an exception handler that does a thing like Ex_Abort_Action but instead of stripping the entire stack it only takes upto and including the method that armed the exception handler off the stack. A lot of the time I am writing wrapper methods that arm an exception handler that does Ex_Resume_Next and calling only one other method.