EndpointNotFoundException Class
Assembly: System.ServiceModel (in system.servicemodel.dll)
'Declaration <SerializableAttribute> _ Public Class EndpointNotFoundException Inherits CommunicationException 'Usage Dim instance As EndpointNotFoundException
/** @attribute SerializableAttribute() */ public class EndpointNotFoundException extends CommunicationException
SerializableAttribute public class EndpointNotFoundException extends CommunicationException
Not applicable.
The endpoint may not be found or reachable because the remote endpoint is down, the remote endpoint is unreachable, or because the remote network is unreachable.
This exception derives from CommunicationException that represents a class of recoverable errors that may be thrown during communication between endpoints and that robust client and service Windows Communication Foundation (WCF) applications are expected to handle. To prevent a handler for the CommunicationException handler from catching the more specific EndpointNotFoundException, catch this exception prior to handling CommunicationException.
System.Exception
System.SystemException
System.ServiceModel.CommunicationException
System.ServiceModel.EndpointNotFoundException
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.