comparison Pml/PmlConnection.cs @ 90:57b4c2f895d1

USBLib: added DeviceNode.GetStatus
author Ivo Smits <Ivo@UCIS.nl>
date Wed, 02 Apr 2014 16:24:55 +0200
parents 3ab940a0c7a0
children
comparison
equal deleted inserted replaced
89:9096f62d18c4 90:57b4c2f895d1
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 {