C#C
C#2y ago
lukkasz323

✅ Calling base of subscribed method results in a StackOverflowException

I'm trying to override an 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?
image.png
Was this page helpful?