2 references to EndpointNotFoundException
System.ServiceModel (2)
System\ServiceModel\Channels\FaultConverter.cs (1)
141
exception = new
EndpointNotFoundException
(fault.Reason.GetMatchingTranslation(CultureInfo.CurrentCulture).Text);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
3260
return new
EndpointNotFoundException
(FaultException.GetSafeReasonText(fault));