Defines error codes for the System.Net.Sockets.Socket class.
Member Name | Description |
---|---|
AccessDenied |
An attempt was made to access a System.Net.Sockets.Socket in a way that is forbidden by its access permissions. |
AddressAlreadyInUse |
Only one use of an address is normally permitted. |
AddressFamilyNotSupported |
The address family specified is not supported. This error is returned if the IPv6 address family was specified and the IPv6 stack is not installed on the local machine. This error is returned if the IPv4 address family was specified and the IPv4 stack is not installed on the local machine. |
AddressNotAvailable |
The selected IP address is not valid in this context. |
AlreadyInProgress |
The nonblocking System.Net.Sockets.Socket already has an operation in progress. |
ConnectionAborted |
The connection was aborted by the .NET Framework or the underlying socket provider. |
ConnectionRefused |
The remote host is actively refusing a connection. |
ConnectionReset |
The connection was reset by the remote peer. |
DestinationAddressRequired |
A required address was omitted from an operation on a System.Net.Sockets.Socket. |
Disconnecting |
A graceful shutdown is in progress. |
Fault |
An invalid pointer address was detected by the underlying socket provider. |
HostDown |
The operation failed because the remote host is down. |
HostNotFound |
No such host is known. The name is not an official host name or alias. |
HostUnreachable |
There is no network route to the specified host. |
InProgress |
A blocking operation is in progress. |
Interrupted |
A blocking System.Net.Sockets.Socket call was canceled. |
InvalidArgument |
An invalid argument was supplied to a System.Net.Sockets.Socket member. |
IOPending |
The application has initiated an overlapped operation that cannot be completed immediately. |
IsConnected |
The System.Net.Sockets.Socket is already connected. |
MessageSize |
The datagram is too long. |
NetworkDown |
The network is not available. |
NetworkReset |
The application tried to set SocketOptionName.KeepAlive on a connection that has already timed out. |
NetworkUnreachable |
No route to the remote host exists. |
NoBufferSpaceAvailable |
No free buffer space is available for a System.Net.Sockets.Socket operation. |
NoData |
The requested name or IP address was not found on the name server. |
NoRecovery |
The error is unrecoverable or the requested database cannot be located. |
NotConnected |
The application tried to send or receive data, and the System.Net.Sockets.Socket is not connected. |
NotInitialized |
The underlying socket provider has not been initialized. |
NotSocket |
A System.Net.Sockets.Socket operation was attempted on a non-socket. |
OperationAborted |
The overlapped operation was aborted due to the closure of the System.Net.Sockets.Socket. |
OperationNotSupported |
The address family is not supported by the protocol family. |
ProcessLimit |
Too many processes are using the underlying socket provider. |
ProtocolFamilyNotSupported |
The protocol family is not implemented or has not been configured. |
ProtocolNotSupported |
The protocol is not implemented or has not been configured. |
ProtocolOption |
An unknown, invalid, or unsupported option or level was used with a System.Net.Sockets.Socket. |
ProtocolType |
The protocol type is incorrect for this System.Net.Sockets.Socket. |
Shutdown |
A request to send or receive data was disallowed because the System.Net.Sockets.Socket has already been closed. |
SocketError |
An unspecified System.Net.Sockets.Socket error has occurred. |
SocketNotSupported |
The support for the specified socket type does not exist in this address family. |
Success |
The System.Net.Sockets.Socket operation succeeded. |
SystemNotReady |
The network subsystem is unavailable. |
TimedOut |
The connection attempt timed out, or the connected host has failed to respond. |
TooManyOpenSockets |
There are too many open sockets in the underlying socket provider. |
TryAgain |
The name of the host could not be resolved. Try again later. |
TypeNotFound |
The specified class was not found. |
VersionNotSupported |
The version of the underlying socket provider is out of range. |
WouldBlock |
An operation on a nonblocking socket cannot be completed immediately. |