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