Changeset 15170 for stable/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisImportTypeDialog.cs
- Timestamp:
- 07/07/17 16:44:47 (7 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 14284-14286,14288,14296,14298,14408
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.Instances.DataAnalysis.Views
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views merged: 14285-14286,14298
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisImportTypeDialog.cs
r14186 r15170 158 158 } 159 159 catch (Exception ex) { 160 if (ex is IOException || ex is InvalidOperationException || ex is ArgumentException || ex is TableFileParser.DataFormatException) {160 if (ex is IOException || ex is InvalidOperationException || ex is ArgumentException) { 161 161 OkButton.Enabled = false; 162 162 ErrorTextBox.Text = ex.Message;
Note: See TracChangeset
for help on using the changeset viewer.