We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
{ // ... } catch (Exception ex) when ( (ex is AggregateException && ex.InnerException is HttpRequestException) || ex is HttpRequestException || ex is TaskCanceledException) { return null; }
There was an error while loading. Please reload this page.