Invalid argument.
[Visual Basic] Public Const WSAEINVAL As Integer [C#] public const int WSAEINVAL; [C++] public: const int WSAEINVAL; [JScript] public var WSAEINVAL : int;
Some invalid argument was supplied. In some instances, it also refers to the state of the socket, for instance, calling Accept on a socket that is not listening.
SocketErrors Class | SocketErrors Members | System.Net.Sockets Namespace