5 references to EndpointNotFoundException
System.ServiceModel.Federation (1)
System\ServiceModel\Security\SecurityUtils.cs (1)
28throw new EndpointNotFoundException(SR.Format(SR.SecurityEndpointNotFound, target), faultException);
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.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);