Creates a new instance of the SocketsException class.
Creates a new instance of the SocketsException class.
[Visual Basic] Overloads Public Sub New()
[C#] public SocketsException();
[C++] public: SocketsException();
[JScript] public function SocketsException();
Creates a new instance of the SocketsException class with the specified message.
[Visual Basic] Overloads Public Sub New(String)
[C#] public SocketsException(String);
[C++] public: SocketsException(String*);
[JScript] public function SocketsException(String);
SocketsException Class | SocketsException Members | System.Net Namespace