From 20dc938ef6a5ea0eec354ef35439f2f67c77b34a Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:03:14 +0000 Subject: Utilisateur : Fcolin Date : 4/11/03 Heure : 18:07 Archivé dans $/EScribe/Ivy Commentaire: (vss 5) --- CSharp/Ivy/IvyPPC/IvyWatcher.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CSharp/Ivy/IvyPPC/IvyWatcher.cs b/CSharp/Ivy/IvyPPC/IvyWatcher.cs index 1815a04..d14b67b 100644 --- a/CSharp/Ivy/IvyPPC/IvyWatcher.cs +++ b/CSharp/Ivy/IvyPPC/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