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
 
Back
Top