Horizon – Diff between revs 23 and 24

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 23 Rev 24
Line 1619... Line 1619...
1619 { 1619 {
1620 progress.Report(new DataGridViewRowProgressFailure(rows[i], i, exception)); 1620 progress.Report(new DataGridViewRowProgressFailure(rows[i], i, exception));
1621 } 1621 }
1622 } 1622 }
1623 } 1623 }
1624 catch (SocketException exception) 1624 catch (Exception exception) when (exception is TimeoutException || exception is SocketException)
1625 { 1625 {
1626 Log.Error(exception, "Client threw exception."); 1626 Log.Error(exception, "Client threw exception.");
1627 } 1627 }
1628 finally 1628 finally
1629 { 1629 {