about catch exception

  • Thread starter Thread starter Ha ha
  • Start date Start date
H

Ha ha

hello
who can teach me how to catch the throwed exception in a thread
which is created by a main process.
 
The easiest way around this is to handle the AppDomain.UnhandledException
event, as this should catch exceptions for all threads running in that app
domain.
 

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

Back
Top