I have three tasks and I called Task.WaitAll(task1,task2,task3) after I started the three tasks.
This program works fine in debug mode. When it turns to release mode, an AggregateException throwed.
I would like to know how can I find the cause of the exception.
Thanks