How to catch a failing thread.

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top