C# 클래스 System.Net.Sockets.SocketException

상속: System.ComponentModel.Win32Exception
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
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