System.Net.Sockets.SocketException.SocketException C# (CSharp) Метод

SocketException() публичный Метод

Creates a new instance of the class with the default error code.
public SocketException ( ) : System.ComponentModel
Результат System.ComponentModel
        public SocketException() : this(Interop.Sys.GetLastErrorInfo())
        {
        }

Same methods

SocketException::SocketException ( Interop error ) : System.ComponentModel
SocketException::SocketException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.ComponentModel
SocketException::SocketException ( SocketError socketError ) : System.ComponentModel
SocketException::SocketException ( SocketError errorCode, uint platformError ) : System.ComponentModel
SocketException::SocketException ( int errorCode ) : System.ComponentModel