Changeset 8201
- Timestamp:
- 07/03/12 14:58:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.Views/3.3/ProblemInstanceProviderViewGeneric.cs
r8198 r8201 95 95 } 96 96 catch (Exception ex) { 97 ErrorHandling.ShowErrorDialog(String.Format("This problem does not support loading the instance {0} : {1}", descriptor.Name, Environment.NewLine + ex.Message), ex);97 ErrorHandling.ShowErrorDialog(String.Format("This problem does not support loading the instance {0}", descriptor.Name), ex); 98 98 } 99 99 }
Note: See TracChangeset
for help on using the changeset viewer.