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;
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.
SocketErrors Class | SocketErrors Members | System.Net.Sockets Namespace