2 references to TcpTransferError
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (2)
249
return new CommunicationObjectAbortedException(string.Format(SRServiceModel.
TcpTransferError
, (int)socketException.SocketErrorCode, socketException.Message), originalException);
253
CommunicationException communicationException = new CommunicationException(string.Format(SRServiceModel.
TcpTransferError
, (int)socketException.SocketErrorCode, socketException.Message), originalException);