ServerOutOfReachException Class

The ServerOutOfReachException exception is thrown when communication with the server could not be established.

Namespace:  Microsoft.Dynamics.BusinessConnectorNet
Assembly:  Microsoft.Dynamics.BusinessConnectorNet (in Microsoft.Dynamics.BusinessConnectorNet.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class ServerOutOfReachException _
    Inherits BusinessConnectorException _
    Implements ISerializable
'Usage
Dim instance As ServerOutOfReachException
[SerializableAttribute]
public sealed class ServerOutOfReachException : BusinessConnectorException, 
    ISerializable
[SerializableAttribute]
public ref class ServerOutOfReachException sealed : public BusinessConnectorException, 
    ISerializable

Remarks

Possible causes of this exception are a version mismatch between client and server, or a network failure.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Dynamics.AxaptaException
      Microsoft.Dynamics.BusinessConnectorNet.BusinessConnectorException
        Microsoft.Dynamics.BusinessConnectorNet.ServerOutOfReachException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.BusinessConnectorNet Namespace