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 (String)

Creates a new instance of the SocketsException class with the specified message.

[Visual Basic]
Overloads Public Sub New( _
   ByVal S As String _
)
[C#]
public SocketsException(
   string S
);
[C++]
public: SocketsException(
   String* S
);
[JScript]
public function SocketsException(
   S : String
);

Parameters

S
The message string to provide to the calling method.

See Also

SocketsException Class | SocketsException Members | System.Net Namespace | SocketsException Constructor Overload List