Changeset 13338 for branches/RefactorPluginInfrastructure-2522/HeuristicLab.Data.Views/3.3/Path Views
- Timestamp:
- 11/23/15 16:14:30 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RefactorPluginInfrastructure-2522/HeuristicLab.Data.Views/3.3/Path Views/TextFileView.cs
r12012 r13338 225 225 } 226 226 } 227 } 228 catch (Exception e) { 229 ErrorHandling.ShowErrorDialog(e); 227 } catch (Exception e) { 228 MainFormManager.MainForm.ShowError(e.Message, e); 230 229 } 231 230 return fileContent; … … 239 238 } 240 239 } 241 } 242 catch (Exception e) { 243 ErrorHandling.ShowErrorDialog(e); 240 } catch (Exception e) { 241 MainFormManager.MainForm.ShowError(e.Message, e); 244 242 } 245 243 }
Note: See TracChangeset
for help on using the changeset viewer.