Changeset 15393 for stable/HeuristicLab.DebugEngine
- Timestamp:
- 10/03/17 09:27:05 (7 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 15368,15376
- Property svn:mergeinfo changed
-
stable/HeuristicLab.DebugEngine/3.3/DebugEngine.cs
r15384 r15393 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.