diff options
Diffstat (limited to 'csharp/src/Ice/Exception.cs')
-rw-r--r-- | csharp/src/Ice/Exception.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/Exception.cs b/csharp/src/Ice/Exception.cs index b5720c1b798..b55ea6b32d2 100644 --- a/csharp/src/Ice/Exception.cs +++ b/csharp/src/Ice/Exception.cs @@ -228,7 +228,7 @@ namespace Ice namespace IceInternal { - public class RetryException : System.Exception + public class RetryException : Exception { public RetryException(Ice.LocalException ex) { |