async Task Bar() { //Do something async here } Task Foo() { try { return Bar(); } catch { //Handle exception here return Task.
確定! 回上一頁