5 references to EndpointNotFoundException
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\DnsCache.cs (1)
125
new
EndpointNotFoundException
(string.Format(SRServiceModel.DnsResolveFailed, hostName), dnsException));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
139
return new
EndpointNotFoundException
(string.Format(SRServiceModel.EndpointNotFound, request.RequestUri.AbsoluteUri), exception);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (3)
452
return new
EndpointNotFoundException
(string.Format(SRServiceModel.TcpConnectError, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message), innerException);
456
return new
EndpointNotFoundException
(string.Format(SRServiceModel.TcpConnectErrorWithTimeSpan, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message, timeSpent), innerException);
500
new
EndpointNotFoundException
(string.Format(SRServiceModel.UnableToResolveHost, uri.Host), socketException));