System.Net.Sockets.SocketException, System.ServiceModel.Clie
本文关键字:System ServiceModel Clie SocketException Net Sockets | 更新日期: 2023-09-27 17:55:04
每次我在VS 2010中使用WCF代理客户端时,我都会得到至少3个错误消息:
A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.ServiceModel.dll
A first chance exception of type 'System.ServiceModel.CommunicationException' occurred in System.ServiceModel.dll
A first chance exception of type 'System.ServiceModel.CommunicationException' occurred in System.ServiceModel.dll
我需要关心这些吗?
根据这个SO帖子,
第一次异常不是错误。这些通常都是例外会被抓住的。你应该忽略它们。
这里有一个关于如何禁用这些异常的参考