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