How to catch a failing thread.

  • Thread starter Thread starter Frank Rizzo
  • Start date Start date
F

Frank Rizzo

Hello, I have a bunch of thread in my app doing variuos things. One of
them is failing at some point in the app and I can't (actually don't
know how) figure out which one it is. Is there a way to set a
application wide exception handler that would catch exceptions from
other threads? Is there a way to setup some kind of structure that
would catch the thread itself failing?

Thanks
 
Back
Top