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.WSAEMSGSIZE

Message too long.

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

Remarks

A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram was smaller than the datagram itself.

See Also

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