Changeset 10171 for trunk/sources/HeuristicLab.Clients.Hive/3.3
- Timestamp:
- 12/02/13 14:00:19 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive/3.3/HiveServiceLocator.cs
r9665 r10171 21 21 22 22 using System; 23 using System.ServiceModel; 23 24 using HeuristicLab.Clients.Common; 24 25 … … 69 70 return cl; 70 71 } 71 catch (E xception exc) {72 catch (EndpointNotFoundException exc) { 72 73 exception = exc; 73 74 EndpointRetries++;
Note: See TracChangeset
for help on using the changeset viewer.