3 references to EndpointNotFound
System.ServiceModel.Http (3)
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\Channels\HttpResponseMessageHelper.cs (1)
351throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new EndpointNotFoundException(SR.Format(SR.EndpointNotFound, _httpRequestMessage.RequestUri.AbsoluteUri)));