Index: /trunk/src/VBox/Main/EventImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/EventImpl.cpp	(revision 31268)
+++ /trunk/src/VBox/Main/EventImpl.cpp	(revision 31269)
@@ -1015,5 +1015,5 @@
         VBoxEventType_T evType;
         hrc = aEvent->COMGETTER(Type)(&evType);
-        AssertComRCReturn(hrc, VERR_ACCESS_DENIED);
+        AssertComRCReturn(hrc, hrc);
 
         EventMapList& listeners = m->mEvMap[(int)evType-FirstEvent];
