19 instantiations of EndpointNotFoundException
System.ServiceModel.Http (3)
System.ServiceModel.NetFramingBase (2)
System.ServiceModel.NetNamedPipe (2)
System.ServiceModel.NetTcp (7)
System\ServiceModel\Channels\SocketConnection.cs (5)
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));
910new EndpointNotFoundException(SR.Format(SR.UnableToResolveHost, uri.Host)));
977new EndpointNotFoundException(SR.Format(SR.NoIPEndpointsFoundForHost, uri.Host)));
System.ServiceModel.Primitives (3)
System.ServiceModel.UnixDomainSocket (2)
5 references to EndpointNotFoundException
Binding.UDS.IntegrationTests (1)
Client.ExpectedExceptions.IntegrationTests (4)