.net framework 4.5 sdk 查询数据问题
AVObject PaperObj = ExamObj.Get("paperId");
await PaperObj.FetchIfNeededAsync();

发生exception,crash msg : The given key was not present in the dictionary。

这个exception是指query的paperId不存在吗? 求指点,什么意思。