summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/AsyncResult.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src/Ice/AsyncResult.cs')
-rw-r--r--csharp/src/Ice/AsyncResult.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/AsyncResult.cs b/csharp/src/Ice/AsyncResult.cs
index 7d67aa735d2..42e8f78608d 100644
--- a/csharp/src/Ice/AsyncResult.cs
+++ b/csharp/src/Ice/AsyncResult.cs
@@ -552,7 +552,7 @@ namespace IceInternal
_cancellationHandler = null;
if(observer_ != null)
{
- observer_.failed(ex.ice_name());
+ observer_.failed(ex.ice_id());
}
if(_completedCallback == null)
{