8 references to EndpointNotFoundException
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\DnsCache.cs (1)
96
new
EndpointNotFoundException
(string.Format(SRServiceModel.DnsResolveFailed, hostName)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FaultConverter.cs (1)
140
exception = new
EndpointNotFoundException
(fault.Reason.GetMatchingTranslation(CultureInfo.CurrentCulture).Text);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (2)
263
return new
EndpointNotFoundException
(string.Format(SRServiceModel.EndpointNotFound, via));
279
return new
EndpointNotFoundException
(string.Format(SRServiceModel.Sharing_EndpointUnavailable, via));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs (1)
323
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
EndpointNotFoundException
(string.Format(SRServiceModel.EndpointNotFound, _httpRequestMessage.RequestUri.AbsoluteUri)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (3)
506
new
EndpointNotFoundException
(string.Format(SRServiceModel.UnableToResolveHost, uri.Host)));
574
new
EndpointNotFoundException
(string.Format(SRServiceModel.NoIPEndpointsFoundForHost, uri.Host)));
626
new
EndpointNotFoundException
(string.Format(SRServiceModel.NoIPEndpointsFoundForHost, uri.Host)));