我通常會遇到此錯誤,並且(始終)不知道如何解決該問題。 這一次我也,看來我不理解一個概念或缺少的東西 下面的代碼未將對象引用設置爲對象的實例
// create a new twitteroo core with provided username/password
TwitterooCore core = new TwitterooCore(username, password);
// request friends timeline from twitter
Users users = core.GetTimeline(Timeline.Friends); // error here
請一些幫助,併發生了什麼 感謝
可能重複[什麼是.NET中的NullReferenceException?](http://stackoverflow.com/questions/4660142/what-is-a-nullreferenceexception-in-net) – Justin 2011-12-16 15:05:11