C# Класс System.Net.Sockets.SocketException

Наследование: System.ComponentModel.Win32Exception
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SocketException ( ) : System.ComponentModel

Creates a new instance of the class with the default error code.

SocketException ( int errorCode ) : System.ComponentModel

Creates a new instance of the class with the specified error code.

Защищенные методы

Метод Описание
SocketException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.ComponentModel

Приватные методы

Метод Описание
GetNativeErrorForSocketError ( SocketError error ) : int
SocketException ( Interop error ) : System.ComponentModel
SocketException ( SocketError socketError ) : System.ComponentModel

Creates a new instance of the class with the specified error code as SocketError.

SocketException ( SocketError errorCode, uint platformError ) : System.ComponentModel

Описание методов

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

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

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

protected SocketException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.ComponentModel
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
Результат System.ComponentModel

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

Creates a new instance of the class with the specified error code.
public SocketException ( int errorCode ) : System.ComponentModel
errorCode int
Результат System.ComponentModel