Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 17:19:35 (7 years ago)
Author:
gkronber
Message:

#2520: changed all usages of StorableClass to use StorableType with an auto-generated GUID (did not add StorableType to other type definitions yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/DataAnalysisSolutionView.cs

    r14770 r14927  
    146146          solution.Name += " with loaded problemData";
    147147        MainFormManager.MainForm.ShowContent(solution);
    148       }
    149       catch (InvalidOperationException invalidOperationException) {
     148      } catch (InvalidOperationException invalidOperationException) {
    150149        ErrorHandling.ShowErrorDialog(this, invalidOperationException);
    151       }
    152       catch (ArgumentException argumentException) {
     150      } catch (ArgumentException argumentException) {
    153151        ErrorHandling.ShowErrorDialog(this, argumentException);
    154152      }
     
    233231        if (!Content.Name.EndsWith(" with changed problemData"))
    234232          Content.Name += " with changed problemData";
    235       }
    236       catch (InvalidOperationException invalidOperationException) {
     233      } catch (InvalidOperationException invalidOperationException) {
    237234        ErrorHandling.ShowErrorDialog(this, invalidOperationException);
    238       }
    239       catch (ArgumentException argumentException) {
     235      } catch (ArgumentException argumentException) {
    240236        ErrorHandling.ShowErrorDialog(this, argumentException);
    241237      }
Note: See TracChangeset for help on using the changeset viewer.