Hello everyone,


I am new to how to catch uncaught exception. From some self-learning, I think we should use, event handler for AppDomain.CurrentDomain.UnhandledException other than Application.ThreadException if we are writing console or Windows service, right?

Application.ThreadException is for Windows Form application, not console and Windows Service application?


thanks in advance,
George