At the top of my code (before constructor) I write:
String[] CAN = null;
这一阵列在另一项职能中得到了更新。
后来,我手法中就有了这样的预兆:
foreach (String str in CAN)
{
if(str.Contains("18FA07FE"))
cmdResult = true;
else
cmdResult = false;
}
我试图辩论,根据每次发言,我可以看到,加固阵列已经成功更新,现在包含1211个内容。
So I don t really know why it s giving me this exception.