summaryrefslogtreecommitdiff
path: root/csharp/test/IceSSL/configuration/Client.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/IceSSL/configuration/Client.cs')
-rw-r--r--csharp/test/IceSSL/configuration/Client.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/csharp/test/IceSSL/configuration/Client.cs b/csharp/test/IceSSL/configuration/Client.cs
index 0003af8adf8..6154fd3dc5d 100644
--- a/csharp/test/IceSSL/configuration/Client.cs
+++ b/csharp/test/IceSSL/configuration/Client.cs
@@ -8,7 +8,6 @@
// **********************************************************************
using System;
-using System.Diagnostics;
using System.Reflection;
[assembly: CLSCompliant(true)]
@@ -44,7 +43,7 @@ public class Client
communicator = Ice.Util.initialize(ref args);
status = run(args, communicator);
}
- catch(System.Exception ex)
+ catch(Exception ex)
{
Console.Error.WriteLine(ex);
status = 1;