Searched refs:aExceptionWrapper (Results 1 – 1 of 1) sorted by relevance
217 WrappedTargetException aExceptionWrapper; in setFastPropertyValue_NoBroadcast() local218 aExceptionWrapper.Context = e.Context; in setFastPropertyValue_NoBroadcast()219 aExceptionWrapper.Message = e.Message; in setFastPropertyValue_NoBroadcast()220 aExceptionWrapper.TargetException <<= e; in setFastPropertyValue_NoBroadcast()221 throw WrappedTargetException( aExceptionWrapper ); in setFastPropertyValue_NoBroadcast()
Completed in 6 milliseconds