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 Class

An exception class used when an invalid socket operation is performed.

Object
   Exception
      SocketsException

[Visual Basic]
Public Class SocketsException
   Inherits Exception
[C#]
public class SocketsException : Exception
[C++]
public __gc class SocketsException : public Exception
[JScript]
public class SocketsException extends Exception

Remarks

[To be supplied.]

Requirements

Namespace: System.Net

Assembly: System.net.dll

See Also

SocketsException Members | System.Net Namespace