8 references to EndpointNotFoundException
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpResponseMessageHelper.cs (1)
348
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
EndpointNotFoundException
(SR.Format(SR.EndpointNotFound, _httpRequestMessage.RequestUri.AbsoluteUri)));
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\FramingDecoders.cs (2)
272
return new
EndpointNotFoundException
(SR.Format(SR.EndpointNotFound, via));
288
return new
EndpointNotFoundException
(SR.Format(SR.Sharing_EndpointUnavailable, via));
System.ServiceModel.NetTcp (3)
System\ServiceModel\Channels\DnsCache.cs (1)
75
new
EndpointNotFoundException
(SR.Format(SR.DnsResolveFailed, hostName)));
System\ServiceModel\Channels\SocketConnection.cs (2)
910
new
EndpointNotFoundException
(SR.Format(SR.UnableToResolveHost, uri.Host)));
977
new
EndpointNotFoundException
(SR.Format(SR.NoIPEndpointsFoundForHost, uri.Host)));
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\FaultConverter.cs (1)
141
exception = new
EndpointNotFoundException
(fault.Reason.GetMatchingTranslation(CultureInfo.CurrentCulture).Text);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
1865
return new
EndpointNotFoundException
(FaultException.GetSafeReasonText(fault));