summaryrefslogtreecommitdiff
path: root/slice
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2014-11-05 19:05:58 +0100
committerBenoit Foucher <benoit@zeroc.com>2014-11-05 19:05:58 +0100
commit4abc9627f945c0b765cfaa326a38a548470890da (patch)
tree0f9ad49ec73e1c49a4715b4534634f0b1f5932da /slice
parentWinRT installer remove 8.0 SDK registry key (diff)
downloadice-4abc9627f945c0b765cfaa326a38a548470890da.tar.bz2
ice-4abc9627f945c0b765cfaa326a38a548470890da.tar.xz
ice-4abc9627f945c0b765cfaa326a38a548470890da.zip
Fixed ICE-5486: added support for MessageSizeMax OA property
Diffstat (limited to 'slice')
-rw-r--r--slice/Ice/LocalException.ice9
1 files changed, 5 insertions, 4 deletions
diff --git a/slice/Ice/LocalException.ice b/slice/Ice/LocalException.ice
index 6665d71d6ad..d2406bee2bb 100644
--- a/slice/Ice/LocalException.ice
+++ b/slice/Ice/LocalException.ice
@@ -920,7 +920,9 @@ local exception UnexpectedObjectException extends MarshalException
/**
*
- * This exception is raised if a request size exceeds the limit specified by the <tt>Ice.MessageSizeMax</tt> property.
+ * This exception is raised when Ice receives a request or reply
+ * message whose size exceeds the limit specified by the
+ * <tt>Ice.MessageSizeMax</tt> property.
*
**/
["cpp:ice_print"]
@@ -930,9 +932,8 @@ local exception MemoryLimitException extends MarshalException
/**
*
- * This exception is
- * raised when a string conversion to or from UTF-8 fails during
- * marshaling or unmarshaling.
+ * This exception is raised when a string conversion to or from UTF-8
+ * fails during marshaling or unmarshaling.
*
**/
["cpp:ice_print"]