From 9604be1c10fef32d32fcc5cbd10a8f2ebc2b3979 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:51:25 +0000 Subject: Utilisateur : Fcolin Date : 4/11/03 Heure : 18:07 Archivé dans $/EScribe/Ivy Commentaire: (vss 5) --- CSharp/Ivy/Ivy/IvyWatcher.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CSharp/Ivy/Ivy/IvyWatcher.cs b/CSharp/Ivy/Ivy/IvyWatcher.cs index 1815a04..d14b67b 100644 --- a/CSharp/Ivy/Ivy/IvyWatcher.cs +++ b/CSharp/Ivy/Ivy/IvyWatcher.cs @@ -125,6 +125,12 @@ namespace IvyBus Console.Error.WriteLine("can't connect to " + remotehost + " port " + port + " \n"+ e.Message); } } + catch (ThreadInterruptedException te) + { + Console.Error.WriteLine( te.Message ); + Console.Error.WriteLine( te.StackTrace); + running = false; + } catch (IOException jii) { running = false; -- cgit v1.1