11 references to EndpointNotFoundException
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
132return new EndpointNotFoundException(SR.Format(SR.EndpointNotFound, request.RequestUri.AbsoluteUri), exception); 153return new EndpointNotFoundException(SR.Format(SR.EndpointNotFound, request.RequestUri.AbsoluteUri), exception);
System.ServiceModel.NetNamedPipe (2)
System\ServiceModel\Channels\PipeConnectionInitiator.cs (2)
125throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new EndpointNotFoundException(SR.Format( 137new EndpointNotFoundException(SR.Format(SR.EndpointNotFound, uri.AbsoluteUri),
System.ServiceModel.NetTcp (4)
System\ServiceModel\Channels\DnsCache.cs (1)
104new EndpointNotFoundException(SR.Format(SR.DnsResolveFailed, hostName), dnsException));
System\ServiceModel\Channels\SocketConnection.cs (3)
844return new EndpointNotFoundException(SR.Format(SR.TcpConnectError, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message), innerException); 848return new EndpointNotFoundException(SR.Format(SR.TcpConnectErrorWithTimeSpan, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message, timeSpent), innerException); 904new EndpointNotFoundException(SR.Format(SR.UnableToResolveHost, uri.Host), socketException));
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\SecurityUtils.cs (1)
980throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new EndpointNotFoundException(SRP.Format(SRP.SecurityEndpointNotFound, target), faultException));
System.ServiceModel.UnixDomainSocket (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
807return new EndpointNotFoundException(SR.Format(SR.UDSConnectError, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message), innerException); 811return new EndpointNotFoundException(SR.Format(SR.UDSConnectErrorWithTimeSpan, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message, timeSpent), innerException);