summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/operations/Twoways.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/operations/Twoways.cs')
-rw-r--r--csharp/test/Ice/operations/Twoways.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/test/Ice/operations/Twoways.cs b/csharp/test/Ice/operations/Twoways.cs
index 25324cd2ca7..968fc07a835 100644
--- a/csharp/test/Ice/operations/Twoways.cs
+++ b/csharp/test/Ice/operations/Twoways.cs
@@ -17,7 +17,7 @@ class Twoways
{
if(!b)
{
- throw new System.Exception();
+ throw new Exception();
}
}
@@ -1478,7 +1478,7 @@ class Twoways
{
combined.Add(e.Key, e.Value);
}
- catch(System.ArgumentException)
+ catch(ArgumentException)
{
// Ignore.
}