foreach ($objPersonArray as $objPerson) {
            $this->setExpectedException('QCallerException');
            $objPerson->FirstName; // FirstName should throw exception, since it was not selected
            $this->setExpectedException(null);