Changeset 6721 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.3/Exceptions/JobFailedException.cs
- Timestamp:
- 09/08/11 13:41:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.3/Exceptions/JobFailedException.cs
r6357 r6721 24 24 namespace HeuristicLab.Clients.Hive.SlaveCore { 25 25 public class JobFailedException : Exception { 26 public JobFailedException(string reason) : base(string.Format(" Jobfailed with reason: {0}", reason)) { }26 public JobFailedException(string reason) : base(string.Format("Task failed with reason: {0}", reason)) { } 27 27 } 28 28 }
Note: See TracChangeset
for help on using the changeset viewer.