Index: TECH/PubSub/impl/SimpelEventRaiser.cls.xml =================================================================== diff -u -r484 -r1051 --- TECH/PubSub/impl/SimpelEventRaiser.cls.xml (.../SimpelEventRaiser.cls.xml) (revision 484) +++ TECH/PubSub/impl/SimpelEventRaiser.cls.xml (.../SimpelEventRaiser.cls.xml) (revision 1051) @@ -3,7 +3,7 @@ 1 -TECH.PubSub.EventRaiser +TECH.RegisteredObject,TECH.PubSub.EventRaiser Event:TECH.PubSub.Event @@ -27,7 +27,7 @@ Do ##class(vhLib.Logger).%New("PubSub").Debug("RaiseEventAsync","object :"_$$ObjToText^vhLib(Event.Data)_$C(13,10)_"StackToString : "_$E($$GetStackToString^vhLib(),1,30000)) } Catch { - // Do nothing + #dim Exception = ##class(TECH.ExceptionHandler).Catch() } ]]>