comparison Pml/PmlConnection.cs @ 95:ebdff34b9e4f

Merge
author Ivo Smits <Ivo@UCIS.nl>
date Thu, 26 Jun 2014 18:45:56 +0200
parents 57b4c2f895d1
children
comparison
equal deleted inserted replaced
87:9b898d8b2541 95:ebdff34b9e4f
305 throw new InvalidOperationException("Invalid operation"); 305 throw new InvalidOperationException("Invalid operation");
306 } 306 }
307 } 307 }
308 } 308 }
309 } catch (System.Threading.ThreadAbortException ex) { 309 } catch (System.Threading.ThreadAbortException ex) {
310 throw ex; 310 throw;
311 } catch (Exception ex) { 311 } catch (Exception ex) {
312 Console.WriteLine(ex.ToString()); 312 Console.WriteLine(ex.ToString());
313 } finally { 313 } finally {
314 Console.WriteLine("UCIS.PML.Connection: Connection closed"); 314 Console.WriteLine("UCIS.PML.Connection: Connection closed");
315 try { 315 try {