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

    r3588 r3758  
    2424using HeuristicLab.Collections;
    2525using HeuristicLab.MainForm;
     26using HeuristicLab.PluginInfrastructure;
    2627
    2728namespace HeuristicLab.Core.Views {
     
    5253        }
    5354        catch (Exception ex) {
    54           Auxiliary.ShowErrorMessageBox(ex);
     55          ErrorHandling.ShowErrorDialog(this, ex);
    5556        }
    5657      }
Note: See TracChangeset for help on using the changeset viewer.