Network is unreachable.
[Visual Basic] Public Const WSAENETUNREACH As Integer [C#] public const int WSAENETUNREACH; [C++] public: const int WSAENETUNREACH; [JScript] public var WSAENETUNREACH : int;
A socket operation was attempted to an unreachable network. This usually occurs when the local software knows no route to reach the remote network.
SocketErrors Class | SocketErrors Members | System.Net.Sockets Namespace