20 instantiations of EndpointNotFoundException
System.ServiceModel.Federation (1)
System.ServiceModel.Http (3)
System.ServiceModel.NetFramingBase (2)
System.ServiceModel.NetNamedPipe (2)
System.ServiceModel.NetTcp (7)
System\ServiceModel\Channels\SocketConnection.cs (5)
842return new EndpointNotFoundException(SR.Format(SR.TcpConnectError, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message), innerException);
846return new EndpointNotFoundException(SR.Format(SR.TcpConnectErrorWithTimeSpan, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message, timeSpent), innerException);
902new EndpointNotFoundException(SR.Format(SR.UnableToResolveHost, uri.Host), socketException));
908new EndpointNotFoundException(SR.Format(SR.UnableToResolveHost, uri.Host)));
982new EndpointNotFoundException(SR.Format(SR.NoIPEndpointsFoundForHost, uri.Host)));
System.ServiceModel.Primitives (3)
System.ServiceModel.UnixDomainSocket (2)
6 references to EndpointNotFoundException
Binding.UDS.IntegrationTests (1)
Client.ExpectedExceptions.IntegrationTests (4)
System.ServiceModel (1)