3
for (int x = 0; x < 50; x++)
{
NSoupClient.Connect("https://steamcommunity.com/gid/" + x)
.UserAgent("Firefox")
.Timeout(10000)
.Get();
}
這段代碼會拋出我這個錯誤(當int是5它總是停):C#System.NullReferenceException NSoup
未處理的類型爲「System.NullReferenceException」發生異常NSoup.dll
的【什麼是一個NullReferenceException,如何解決呢?(可能的複製http://stackoverflow.com/questions/4660142/what-is-a-nullreferenceexception-and-how-do-我修復它) – mybirthname
我以前見過這個,但什麼是空? – nooby