This is a follow-up question to Is there a difference between “throw” and “throw ex”?
is there a way to extract a new error handling method without resetting the stack trace?
[EDIT] I will be trying both ‘inner method’ and another answer provided by Earwicker and see which one can work out better to mark an answer.
Not sure if you mean that, but my suggestion in your other question was addressing this.
If your handler returns a boolean whether the exception was handled or not, you can use this in your catch clause: