SocketTools .NET Edition

SocketWrenchException Class

The exception that is thrown when a socket error occurs.

For a list of all members of this type, see SocketWrenchException Members.

System.Object
   System.Exception
      System.ApplicationException
         SocketTools.SocketWrenchException

[Visual Basic]
Public Class SocketWrenchException
    Inherits ApplicationException
[C#]
public class SocketWrenchException : ApplicationException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

A SocketWrenchException is thrown by the SocketWrench class when an error occurs.

The default constructor for the SocketWrenchException class sets the ErrorCode property to the last socket error that occurred.

Requirements

Namespace: SocketTools

Assembly: SocketTools.SocketWrench (in SocketTools.SocketWrench.dll)

See Also

SocketWrenchException Members | SocketTools Namespace