diff options
-rw-r--r-- | sl/src/Ice/Exception.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sl/src/Ice/Exception.cs b/sl/src/Ice/Exception.cs index e915eac5a35..2820206a414 100644 --- a/sl/src/Ice/Exception.cs +++ b/sl/src/Ice/Exception.cs @@ -25,7 +25,7 @@ namespace IceInternal namespace Ice { - public abstract class Exception : System.ApplicationException, System.ICloneable + public abstract class Exception : System.Exception, System.ICloneable { public object Clone() { |