summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:51:25 +0000
committerfcolin2007-02-01 09:51:25 +0000
commit9604be1c10fef32d32fcc5cbd10a8f2ebc2b3979 (patch)
tree3fc110c6690b4356d90baaa3560fd707df1f73d0
parent4ab0c9405722779bad5f12148d088a9ecce5b34d (diff)
downloadivy-csharp-9604be1c10fef32d32fcc5cbd10a8f2ebc2b3979.zip
ivy-csharp-9604be1c10fef32d32fcc5cbd10a8f2ebc2b3979.tar.gz
ivy-csharp-9604be1c10fef32d32fcc5cbd10a8f2ebc2b3979.tar.bz2
ivy-csharp-9604be1c10fef32d32fcc5cbd10a8f2ebc2b3979.tar.xz
Utilisateur : Fcolin Date : 4/11/03 Heure : 18:07 Archivé dans $/EScribe/Ivy Commentaire: (vss 5)
-rw-r--r--CSharp/Ivy/Ivy/IvyWatcher.cs6
1 files changed, 6 insertions, 0 deletions
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;