Network subsystem is unavailable.
[Visual Basic] Public Const WSASYSNOTREADY As Integer [C#] public const int WSASYSNOTREADY; [C++] public: const int WSASYSNOTREADY; [JScript] public var WSASYSNOTREADY : int;
This error is returned in the Windows Socket implementation cannot function at this time because the underlying system it uses to provide network services is unavailable.
SocketErrors Class | SocketErrors Members | System.Net.Sockets Namespace