SocketException.SocketErrorCode Proprietà

Definizione

Ottiene il codice errore associato a questa eccezione.

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

Valore della proprietà

Codice errore rappresentato da un numero intero associato a questa eccezione.

Commenti

La SocketErrorCode proprietà contiene il codice di errore associato all'errore che ha causato l'eccezione.

Il costruttore senza parametri per SocketException imposta la ErrorCode proprietà sull'ultimo errore del sistema operativo che si è verificato. Per altre informazioni sui codici di errore del socket, vedere la documentazione sul codice di errore dell'API Windows Sockets versione 2 .

Si applica a