5 references to EndpointNotFoundException
System.ServiceModel.Federation (1)
System\ServiceModel\Security\SecurityUtils.cs (1)
28
throw new
EndpointNotFoundException
(SR.Format(SR.SecurityEndpointNotFound, target), faultException);
System.ServiceModel.NetNamedPipe (2)
System\ServiceModel\Channels\PipeConnectionInitiator.cs (2)
125
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
EndpointNotFoundException
(SR.Format(
137
new
EndpointNotFoundException
(SR.Format(SR.EndpointNotFound, uri.AbsoluteUri),
System.ServiceModel.UnixDomainSocket (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
807
return new
EndpointNotFoundException
(SR.Format(SR.UDSConnectError, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message), innerException);
811
return new
EndpointNotFoundException
(SR.Format(SR.UDSConnectErrorWithTimeSpan, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message, timeSpent), innerException);