Exceptions in threads....

  • Thread starter Thread starter José Pérez Hernández
  • Start date Start date
J

José Pérez Hernández

Hi,

I have some problems with catching exceptions in my programs because they
are rised in another thread.

I was thinking on create a delegate called ExceptionManager or something
similiar, in order to notify the client of the process when an exception was
rised.

There is simple solution for that in the framework?

Regards, José.
 
José,
Have you looked at handing the AppDomain.UnhandledException event?

Hope this helps
Jay
 

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