I use AppDomain.UnhandledException
Event to capture unhandled exceptions on WPF, Console and WinForms apps.
But the same code isn't working on Windows Services. What should I do?
See my answer added to the linked SO question.
There are a number of places in your service code where a thrown exception will not be "unhandled" even if you don't handle it, because the base class does so before it reaches the AppDomain's default handler.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With