G
Guest
Hi
What is the correct (or best) way to handle (catch) exceptions in a class or
in a worker thread in .NET 2.0?
In my project, I've a class which do some cryptographic operations. This
class runs also in a seperate thread (not main thread). Now, how should I
handle the possible exceptions in this class?
Thanks and Regards,
Dominik
What is the correct (or best) way to handle (catch) exceptions in a class or
in a worker thread in .NET 2.0?
In my project, I've a class which do some cryptographic operations. This
class runs also in a seperate thread (not main thread). Now, how should I
handle the possible exceptions in this class?
Thanks and Regards,
Dominik