Changeset 6725 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.3/ConcurrentTaskDownloaderException.cs
- Timestamp:
- 09/08/11 16:38:28 (13 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.3/ConcurrentTaskDownloaderException.cs
r6717 r6725 23 23 24 24 namespace HeuristicLab.Clients.Hive { 25 public class Concurrent JobDownloaderException : Exception {26 public Concurrent JobDownloaderException(string message, Exception innerException)25 public class ConcurrentTaskDownloaderException : Exception { 26 public ConcurrentTaskDownloaderException(string message, Exception innerException) 27 27 : base(message, innerException) { } 28 28 }
Note: See TracChangeset
for help on using the changeset viewer.