3 references to EndpointNotFound
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (1)
263
return new EndpointNotFoundException(string.Format(SRServiceModel.
EndpointNotFound
, via));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
139
return new EndpointNotFoundException(string.Format(SRServiceModel.
EndpointNotFound
, request.RequestUri.AbsoluteUri), exception);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs (1)
323
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new EndpointNotFoundException(string.Format(SRServiceModel.
EndpointNotFound
, _httpRequestMessage.RequestUri.AbsoluteUri)));