✅ Calling base of subscribed method results in a StackOverflowException
I'm trying to override an
Why is that happening and how can I preserve both base and overriden functionality?
OnExiting method, however trying to call base.OnExiting() within that override results in a StackOverflowException.Why is that happening and how can I preserve both base and overriden functionality?
