GooglePrettify

2018年8月17日 星期五

How to handle Task.Run Exception

var task = Task.Run(...)

try
{
    task.Wait(30000); // Rethrows any exception(s).
    ...

reference : https://stackoverflow.com/questions/32067034/how-to-handle-task-run-exception

沒有留言:

張貼留言