Changeset 15376 for trunk/sources/HeuristicLab.SequentialEngine/3.3
- Timestamp:
- 09/20/17 15:56:34 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.SequentialEngine/3.3/SequentialEngine.cs
r15368 r15376 62 62 catch (Exception ex) { 63 63 ExecutionStack.Push(operation); 64 if (ex is OperationCanceledException) throw ex;64 if (ex is OperationCanceledException) throw; 65 65 else throw new OperatorExecutionException(operation.Operator, ex); 66 66 }
Note: See TracChangeset
for help on using the changeset viewer.