SocketException.SocketErrorCode Property

Definition

Gets the error code that is associated with this exception.

public:
 property System::Net::Sockets::SocketError SocketErrorCode { System::Net::Sockets::SocketError get(); };
public System.Net.Sockets.SocketError SocketErrorCode { get; }
member this.SocketErrorCode : System.Net.Sockets.SocketError
Public ReadOnly Property SocketErrorCode As SocketError

Property Value

An integer error code that is associated with this exception.

Remarks

The SocketErrorCode property contains the error code that is associated with the error that caused the exception.

The parameterless 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.

Applies to