summaryrefslogtreecommitdiff
path: root/csharp/src/IceBox/ServiceManagerI.cs
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-12-06 18:52:34 +0100
committerJose <jose@zeroc.com>2017-12-06 18:52:34 +0100
commit68b146721e4ad05d76fa846503e4f95d9f68c84c (patch)
tree9cfefe824637a20ddf76f74158b2764148234c13 /csharp/src/IceBox/ServiceManagerI.cs
parentFix IceBox ServiceManager to correctly fallback to LoadFrom (diff)
downloadice-68b146721e4ad05d76fa846503e4f95d9f68c84c.tar.bz2
ice-68b146721e4ad05d76fa846503e4f95d9f68c84c.tar.xz
ice-68b146721e4ad05d76fa846503e4f95d9f68c84c.zip
Fix build failure
Diffstat (limited to 'csharp/src/IceBox/ServiceManagerI.cs')
-rw-r--r--csharp/src/IceBox/ServiceManagerI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/IceBox/ServiceManagerI.cs b/csharp/src/IceBox/ServiceManagerI.cs
index e716bfa8360..7f971364be1 100644
--- a/csharp/src/IceBox/ServiceManagerI.cs
+++ b/csharp/src/IceBox/ServiceManagerI.cs
@@ -507,7 +507,7 @@ class ServiceManagerI : ServiceManagerDisp_
{
serviceAssembly = System.Reflection.Assembly.Load(assemblyName);
}
- catch(Exception)
+ catch(Exception ex)
{
try
{