NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SocketErrors.WSAEINVAL

Invalid argument.

[Visual Basic]
Public Const WSAEINVAL As Integer
[C#]
public const int WSAEINVAL;
[C++]
public: const int WSAEINVAL;
[JScript]
public var WSAEINVAL : int;

Remarks

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.

See Also

SocketErrors Class | SocketErrors Members | System.Net.Sockets Namespace