SocketException::SocketErrorCode Property
.NET Framework (current version)
Gets the error code that is associated with this exception.
Assembly: System (in System.dll)
Property Value
Type: System.Net.Sockets::SocketErrorAn integer error code that is associated with this exception.
The SocketErrorCode property contains the error code that is associated with the error that caused the exception.
The default constructor for SocketException sets the ErrorCode property to the last operating system error that occurred. For more information about socket error codes, see the Windows Sockets version 2 API error code documentation in MSDN.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Available since 10
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Show: