SocketException.ErrorCode Property

Definition

Gets the error code that is associated with this exception.

public:
 virtual property int ErrorCode { int get(); };
public override int ErrorCode { get; }
member this.ErrorCode : int
Public Overrides ReadOnly Property ErrorCode As Integer

Property Value

An integer error code that is associated with this exception.

Remarks

The ErrorCode 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