Antonios Dev

Antonios Dev

  • NA
  • 39
  • 18.7k

Task Parallel Library (TPL)

May 3 2011 1:02 PM
Hi,

I have just upgraded to .NET 4.0
One of the good things that .NET has is Task Parallel Library (TPL). It is supposed to replace ThreadPool that appeared in previous version of .NET. One of the problems though that I experience is that I cannot catch exceptions within the code that is executed using TPL.


Is there anyone who can give me more information about TPL exceptions?

Thanks in advance

Answers (17)