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

SocketException() защищенный Метод

protected SocketException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.ComponentModel
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
Результат System.ComponentModel
        protected SocketException(SerializationInfo serializationInfo, StreamingContext streamingContext)
            : base(serializationInfo, streamingContext)
        {
            if (NetEventSource.IsEnabled) NetEventSource.Info(this, $"{NativeErrorCode}:{Message}");
        }

Same methods

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