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.ExternalEvaluation.Views/3.4/EvaluationTCPChannelView.cs

    r14185 r14927  
    9595        try {
    9696          System.Net.IPAddress.Parse(ipAddressTextBox.Text);
    97         }
    98         catch (FormatException) {
     97        } catch (FormatException) {
    9998          e.Cancel = true;
    10099        }
     
    112111      try {
    113112        Content.Open();
    114       }
    115       catch (Exception ex) {
     113      } catch (Exception ex) {
    116114        PluginInfrastructure.ErrorHandling.ShowErrorDialog(ex);
    117115      }
     
    120118      try {
    121119        Content.Close();
    122       }
    123       catch (Exception ex) {
     120      } catch (Exception ex) {
    124121        PluginInfrastructure.ErrorHandling.ShowErrorDialog(ex);
    125122      }
Note: See TracChangeset for help on using the changeset viewer.