3 instantiations of 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));
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (1)
641return new EndpointNotFoundException(exceptionMessage, this.discoveryClientChannelBase.exception);
17 references to EndpointNotFoundException
System.ServiceModel (12)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
2292catch (EndpointNotFoundException e)
System\ServiceModel\Channels\MsmqUri.cs (1)
248catch (EndpointNotFoundException ex)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1511exception is EndpointNotFoundException
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
305EndpointNotFoundException e = new EndpointNotFoundException(SR.GetString(SR.EndpointNotFound, decoder.Via));
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1331else if (e is EndpointNotFoundException)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
276EndpointNotFoundException e = new EndpointNotFoundException(SR.GetString(SR.EndpointNotFound, decoder.Via));
System\ServiceModel\MsmqException.cs (5)
79faultSender = true; faultReceiver = true; outerExceptionType = typeof(EndpointNotFoundException); break; 81faultSender = true; faultReceiver = true; outerExceptionType = typeof(EndpointNotFoundException); break; 116faultSender = false; faultReceiver = true; outerExceptionType = typeof(EndpointNotFoundException); break; 118faultSender = false; faultReceiver = true; outerExceptionType = typeof(EndpointNotFoundException); break; 120faultSender = false; faultReceiver = true; outerExceptionType = typeof(EndpointNotFoundException); break;
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
452else if (e is EndpointNotFoundException)
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (1)
431catch (EndpointNotFoundException exception)
System\ServiceModel\Channels\MsmqHostedTransportManager.cs (1)
216catch (EndpointNotFoundException e)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpUtility.cs (1)
404else if (ex is EndpointNotFoundException)
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (1)
524else if (e is EndpointNotFoundException)
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (1)
229else if (exception is EndpointNotFoundException)