serializer
Programmer
I have created a multithreaded dll which I am referencing in another project. I have created my own exceptions inheriting from Exception or ApplicationException object.
The problem I have is that try-catch does not work when it happens in another thread, below in the dll. How can I catch these errors, do I have to raise the errors to the main thread? How can I do that then? Thanks!
The problem I have is that try-catch does not work when it happens in another thread, below in the dll. How can I catch these errors, do I have to raise the errors to the main thread? How can I do that then? Thanks!