Troubleshooting Exceptions: System.Net.Sockets.SocketException
Visual Studio 2005
A SocketException exception is thrown by the Socket and Dns classes when an error occurs with the network.
- Check the Errorcode property to determine why the socket error occurred.
-
The default constructor for the SocketException class sets the ErrorCode property to the last operating-system socket error that occurred. For more information, see the Windows Sockets Sample List.