summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/invoke/Server.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/invoke/Server.cs')
-rw-r--r--csharp/test/Ice/invoke/Server.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/csharp/test/Ice/invoke/Server.cs b/csharp/test/Ice/invoke/Server.cs
index 732e64d3a67..7a86cd8bab7 100644
--- a/csharp/test/Ice/invoke/Server.cs
+++ b/csharp/test/Ice/invoke/Server.cs
@@ -8,7 +8,6 @@
// **********************************************************************
using System;
-using System.Diagnostics;
using System.Reflection;
[assembly: CLSCompliant(true)]
@@ -85,7 +84,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;