System.ServiceModel.EndpointNotFoundException
namespace System.ServiceModel
{
public class EndpointNotFoundException : CommunicationException
{
public EndpointNotFoundException(string message);
public EndpointNotFoundException(string message, Exception innerException);
protected EndpointNotFoundException(SerializationInfo info, StreamingContext context);
}
}