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/VariableView.cs

    r3694 r3758  
    2424using HeuristicLab.Common;
    2525using HeuristicLab.MainForm;
     26using HeuristicLab.PluginInfrastructure;
    2627
    2728namespace HeuristicLab.Core.Views {
     
    121122        }
    122123        catch (Exception ex) {
    123           Auxiliary.ShowErrorMessageBox(ex);
     124          ErrorHandling.ShowErrorDialog(this, ex);
    124125        }
    125126      }
Note: See TracChangeset for help on using the changeset viewer.