Socket operation on nonsocket.
[Visual Basic] Public Const WSAENOTSOCK As Integer [C#] public const int WSAENOTSOCK; [C++] public: const int WSAENOTSOCK; [JScript] public var WSAENOTSOCK : int;
An operation was attempted on something that is not a socket. Either the socket handle parameter did not reference a valid socket, or a member of an IList member was not valid in a Select call.
SocketErrors Class | SocketErrors Members | System.Net.Sockets Namespace