diff options
Diffstat (limited to 'csharp/src/Ice/Patcher.cs')
-rw-r--r-- | csharp/src/Ice/Patcher.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/csharp/src/Ice/Patcher.cs b/csharp/src/Ice/Patcher.cs index 7f87024f707..53a87079fc9 100644 --- a/csharp/src/Ice/Patcher.cs +++ b/csharp/src/Ice/Patcher.cs @@ -115,7 +115,7 @@ namespace IceInternal } catch(Exception ex) { - throw new Ice.MarshalException("Could not read Count property during patching", ex); + throw new Ice.MarshalException("Could not read Count property during patching", ex); } } @@ -128,7 +128,7 @@ namespace IceInternal } catch(Exception ex) { - throw new Ice.MarshalException("Could not invoke Add method during patching", ex); + throw new Ice.MarshalException("Could not invoke Add method during patching", ex); } } @@ -141,7 +141,7 @@ namespace IceInternal } catch(Exception ex) { - throw new Ice.MarshalException("Could not call indexer during patching", ex); + throw new Ice.MarshalException("Could not call indexer during patching", ex); } } |