NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SocketsException Constructor

Creates a new instance of the SocketsException class.

Overload List

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);

See Also

SocketsException Class | SocketsException Members | System.Net Namespace