Changeset 2107 for trunk/sources/HeuristicLab.Hive.Client.Communication
- Timestamp:
- 06/25/09 16:47:43 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Client.Communication/3.2/WcfService.cs
r2102 r2107 252 252 253 253 #endregion 254 254 255 255 /// <summary> 256 256 /// Methods for sending the periodically Heartbeat … … 268 268 SendHeartBeatCompleted(sender, e); 269 269 else { 270 Logging.Instance.Error(this.ToString(), "Error: " + e.Result.StatusMessage); 270 try { 271 Logging.Instance.Error(this.ToString(), "Error: " + e.Result.StatusMessage); 272 } catch (Exception ex) { 273 Logging.Instance.Error(this.ToString(), "Error: ", ex); 274 } 271 275 HandleNetworkError(e.Error); 272 276 }
Note: See TracChangeset
for help on using the changeset viewer.