SocketException Constructor ()

 

Initializes a new instance of the SocketException class with the last operating system error code.

Namespace:   System.Net.Sockets
Assembly:  System (in System.dll)

public:
SocketException()

The SocketException constructor sets the ErrorCode property to the last operating system socket error that occurred. For more information about socket error codes, see the Windows Sockets version 2 API error code documentation (http://msdn.microsoft.com/library/default.asp?url=/library/winsock/winsock/windows_sockets_error_codes_2.asp).

Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Return to top
Show: