diff options
Diffstat (limited to 'cpp/src/Ice/AsyncResult.cpp')
-rw-r--r-- | cpp/src/Ice/AsyncResult.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/AsyncResult.cpp b/cpp/src/Ice/AsyncResult.cpp index 68b0af9745e..dcc4a553180 100644 --- a/cpp/src/Ice/AsyncResult.cpp +++ b/cpp/src/Ice/AsyncResult.cpp @@ -456,7 +456,7 @@ AsyncResult::cancelable(const CancellationHandlerPtr& handler) { ICE_RETHROW_EXCEPTION(_cancellationException); } - catch(const Ice::Exception&) + catch(const Ice::LocalException&) { ICE_RESET_EXCEPTION(_cancellationException, ICE_NULLPTR); throw; |