Permission denied.
[Visual Basic] Public Const WSAEACCES As Integer [C#] public const int WSAEACCES; [C++] public: const int WSAEACCES; [JScript] public var WSAEACCES : int;
An attempt was made to access a socket in a way that is forbidden by its access permissions, for example by using a socket for a broadcast without setting the System.Net.Sockets.SocketOptions.SoBroadcast option.
This error is also returned if an attempt is made to Bind to an address that has the System.Net.Sockets.SocketOptions.SoExclusiveAddrUse option set.
SocketErrors Class | SocketErrors Members | System.Net.Sockets Namespace