关闭 NamedPipeClientStream 时出现 System.Net.Sockets.SocketException
当我尝试关闭管道客户端后,我在输出控制台中看到以下错误:
System.dll 中发生了“System.Net.Sockets.SocketException”类型的第一次机会异常
是什么意思?我该如何修复它?
After I try to close a pipe client, I see the following error in the output console:
A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.dll
What does it mean? How can I fix it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 http://blogs.msdn.com/b/ davidklinems/archive/2005/07/12/438061.aspx 了解“第一次机会异常”的解释。
See http://blogs.msdn.com/b/davidklinems/archive/2005/07/12/438061.aspx for an explanation of the "first chance exception".