Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/11/10 04:26:09 (14 years ago)
Author:
swagner
Message:

Implemented ErrorDialog and OperatorExecutionException (#1007)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/UserDefinedAlgorithmView.cs

    r3725 r3758  
    2727using HeuristicLab.MainForm;
    2828using HeuristicLab.Persistence.Default.Xml;
     29using HeuristicLab.PluginInfrastructure;
    2930
    3031namespace HeuristicLab.Optimization.Views {
     
    9091          }
    9192          catch (Exception ex) {
    92             Auxiliary.ShowErrorMessageBox(ex);
     93            ErrorHandling.ShowErrorDialog(this, ex);
    9394          }
    9495          finally {
Note: See TracChangeset for help on using the changeset viewer.