summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/timeout/Server.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/timeout/Server.cs')
-rw-r--r--csharp/test/Ice/timeout/Server.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/csharp/test/Ice/timeout/Server.cs b/csharp/test/Ice/timeout/Server.cs
index 55f33f19791..31e15a6e868 100644
--- a/csharp/test/Ice/timeout/Server.cs
+++ b/csharp/test/Ice/timeout/Server.cs
@@ -8,7 +8,6 @@
// **********************************************************************
using System;
-using System.Diagnostics;
using System.Reflection;
[assembly: CLSCompliant(true)]
@@ -54,7 +53,7 @@ public class Server
communicator = Ice.Util.initialize(ref args, initData);
status = run(args, communicator);
}
- catch(System.Exception ex)
+ catch(Exception ex)
{
Console.Error.WriteLine(ex);
status = 1;