2 references to TcpConnectError
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (2)
452
return new EndpointNotFoundException(string.Format(SRServiceModel.
TcpConnectError
, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message), innerException);
473
return new CommunicationException(string.Format(SRServiceModel.
TcpConnectError
, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message), innerException);