Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/04/10 15:08:22 (14 years ago)
Author:
abeham
Message:

#866

  • Changed error display from message box to plugin infrastructure
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.ExternalEvaluation.Views/3.3/EvaluationTCPChannelView.cs

    r3890 r3896  
    122122        Content.Open();
    123123      } catch (Exception ex) {
    124         MessageBox.Show(ex.Message);
     124        PluginInfrastructure.ErrorHandling.ShowErrorDialog(ex);
    125125      }
    126126    }
     
    129129        Content.Close();
    130130      } catch (Exception ex) {
    131         MessageBox.Show(ex.Message);
     131        PluginInfrastructure.ErrorHandling.ShowErrorDialog(ex);
    132132      }
    133133    }
Note: See TracChangeset for help on using the changeset viewer.