Changeset 15376 for trunk/sources/HeuristicLab.DebugEngine
- Timestamp:
- 09/20/17 15:56:34 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.DebugEngine/3.3/DebugEngine.cs ΒΆ
r15367 r15376 308 308 CurrentOperation = null; 309 309 } catch (Exception ex) { 310 if (ex is OperationCanceledException) throw ex;310 if (ex is OperationCanceledException) throw; 311 311 else throw new OperatorExecutionException(operation.Operator, ex); 312 312 }
Note: See TracChangeset
for help on using the changeset viewer.