Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/04/15 10:39:33 (9 years ago)
Author:
jkarder
Message:

#2303: added more specific CompilationException

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Scripting.Views/3.3/ScriptView.cs

    r11836 r11882  
    118118        UpdateInfoTextLabel(CompilationSucceededMessage, Color.DarkGreen);
    119119        return true;
    120       } catch (InvalidOperationException) {
     120      } catch (CompilationException) {
    121121        if (Content.CompileErrors.HasErrors) {
    122122          outputTextBox.AppendText(CompilationFailedMessage);
Note: See TracChangeset for help on using the changeset viewer.