Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/03/12 14:58:34 (12 years ago)
Author:
sforsten
Message:

#1782: removed duplication of exception message, when giving the exception to the ErrorDialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.Views/3.3/ProblemInstanceProviderViewGeneric.cs

    r8198 r8201  
    9595        }
    9696        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);
    9898        }
    9999      }
Note: See TracChangeset for help on using the changeset viewer.