C#學習網誌
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
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言