SocketException Constructor
.NET Framework (current version)
Initializes a new instance of the SocketException class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | SocketException() | Initializes a new instance of the SocketException class with the last operating system error code. |
![]() | SocketException(Int32) | Initializes a new instance of the SocketException class with the specified error code. |
![]() | SocketException(SerializationInfo^, StreamingContext) | Initializes a new instance of the SocketException class from the specified instances of the SerializationInfo and StreamingContext classes. |
Show:

