summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2008-01-30 16:15:55 -0800
committerMark Spruiell <mes@zeroc.com>2008-01-30 16:15:55 -0800
commit2b74b58ea73b363e642b639d951d17dda3350d0b (patch)
tree931a4608c4430c1c7b74850fda2152b5be292f09
parentbug 2274 - review exception catching in JavaE tests (diff)
downloadice-2b74b58ea73b363e642b639d951d17dda3350d0b.tar.bz2
ice-2b74b58ea73b363e642b639d951d17dda3350d0b.tar.xz
ice-2b74b58ea73b363e642b639d951d17dda3350d0b.zip
bug 2274 - review exception catching in SL tests
-rw-r--r--sl/test/IceCS/retry/Client.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/sl/test/IceCS/retry/Client.cs b/sl/test/IceCS/retry/Client.cs
index 7b7bea934d9..04e8dd3d6c5 100644
--- a/sl/test/IceCS/retry/Client.cs
+++ b/sl/test/IceCS/retry/Client.cs
@@ -37,7 +37,7 @@ public class Client
communicator = Ice.Util.initialize(ref args, initData);
status = run(args, communicator, logger);
}
- catch(Ice.LocalException ex)
+ catch(System.Exception ex)
{
Console.Error.WriteLine(ex);
status = 1;