首页 > TAG信息列表 > AsyncCommand

AsyncCommand Exception-Handling

AsyncCommand Exception-Handling 问题 I'm using an AsyncCommand to execute something like this: C# private async Task Refresh() { try { await somethingAsync(); } catch (Exception ex) { if (ex is SessionExpiredException) t