尝试读取或写入受保护的内存。这通常表明其他内存已损坏。这个程序即使在try catch上也会暂停程序:
Try
client = New TcpClient(whoisServerToTry, 43)
Catch ex As Exception
Return ""
End Try
我的日志已满了这些错误:
A first chance exception of type 'System.IO.IOException' occurred in System.dll
A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.dll
此外,我的计算机经常会暂时冻结,我想知道损坏是否是硬件。
无论如何我可以调试这个吗?这可能是一个超级用户的东西。但是,超级用户不知道system.io.ioexception。