- Timestamp:
- 12/02/13 14:37:52 (11 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 10171
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Clients.Hive/3.3/HiveServiceLocator.cs
r9700 r10172 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.