SocketException.ErrorCode Property
.NET Framework 4
Gets the error code that is associated with this exception.
Assembly: System (in System.dll)
The ErrorCode 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Link to WinSoc doc missing
>> ...see the Windows Sockets version 2 API error code documentation in MSDN
It would be great to have the linke here:
http://msdn.microsoft.com/en-us/library/ms740668(VS.85).aspx
It would be great to have the linke here:
http://msdn.microsoft.com/en-us/library/ms740668(VS.85).aspx
- 4/7/2011
- blue shell