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.Core.Views/3.3/ItemArrayView.cs

    r3709 r3758  
    2727using HeuristicLab.MainForm;
    2828using HeuristicLab.MainForm.WindowsForms;
     29using HeuristicLab.PluginInfrastructure;
    2930
    3031namespace HeuristicLab.Core.Views {
     
    137138        }
    138139        catch (Exception ex) {
    139           Auxiliary.ShowErrorMessageBox(ex);
     140          ErrorHandling.ShowErrorDialog(this, ex);
    140141        }
    141142      }
Note: See TracChangeset for help on using the changeset viewer.