diff Pml/PmlConnection.cs @ 95:ebdff34b9e4f

Merge
author Ivo Smits <Ivo@UCIS.nl>
date Thu, 26 Jun 2014 18:45:56 +0200
parents 57b4c2f895d1
children
line wrap: on
line diff
--- a/Pml/PmlConnection.cs	Thu Jun 05 00:46:15 2014 +0200
+++ b/Pml/PmlConnection.cs	Thu Jun 26 18:45:56 2014 +0200
@@ -307,7 +307,7 @@
 					}
 				}
 			} catch (System.Threading.ThreadAbortException ex) {
-				throw ex;
+				throw;
 			} catch (Exception ex) {
 				Console.WriteLine(ex.ToString());
 			} finally {