Bad address.
[Visual Basic] Public Const WSAEFAULT As Integer [C#] public const int WSAEFAULT; [C++] public: const int WSAEFAULT; [JScript] public var WSAEFAULT : int;
The system detected a bad pointer address in attempting to use a pointer argument of a call. This error occurs if an application passes an invalid pointer value, or if the buffer is too small.
SocketErrors Class | SocketErrors Members | System.Net.Sockets Namespace