Searched refs:aExamine (Results 1 – 1 of 1) sorted by relevance
449 Any aExamine( _rWrappedTargetException ); in implHandleWrappedTargetException() local454 if ( aExamine >>= aInvocationError ) in implHandleWrappedTargetException()455 aExamine = aInvocationError.TargetException; in implHandleWrappedTargetException()465 while ( aExamine >>= aWrapped ) in implHandleWrappedTargetException()472 aExamine.clear(); in implHandleWrappedTargetException()477 implAppendExceptionMsg( aMessageBuf, aWrapped, aExamine.getValueTypeName(), nLevel ); in implHandleWrappedTargetException()483 aExamine = aWrapped.TargetException; in implHandleWrappedTargetException()487 if ( aExamine.getValueTypeClass() == TypeClass_EXCEPTION ) in implHandleWrappedTargetException()490 …ExceptionMsg( aMessageBuf, *static_cast< const Exception* >( aExamine.getValue() ), aExamine.getVa… in implHandleWrappedTargetException()
Completed in 114 milliseconds