diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-11-05 19:05:58 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-11-05 19:05:58 +0100 |
commit | 4abc9627f945c0b765cfaa326a38a548470890da (patch) | |
tree | 0f9ad49ec73e1c49a4715b4534634f0b1f5932da /slice | |
parent | WinRT installer remove 8.0 SDK registry key (diff) | |
download | ice-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.ice | 9 |
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"] |