public async void CallTask() { try { await Task.Run(MyTaskMethod); } catch (ArgumentException ex) // Exception doesn\'t get handled {