retry last

This commit is contained in:
Collin M. Barrett 2018-02-11 17:36:00 -06:00
parent 12022835d2
commit faebe9c974

View file

@ -70,7 +70,7 @@ private async Task<string> TryGetContent()
snapshot.HttpStatusCode = null;
return null;
}
catch (AggregateException)
catch (ArgumentException)
{
snapshot.HttpStatusCode = null;
return null;