MailBee.NET Objects 6.0

MailBeeSocketResetException Class

The exception that is thrown when the connection was forcibly closed by the remote host so that underlying socket implementation throws SocketException.

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

System.Object
   System.Exception
      System.ApplicationException
         MailBee.MailBeeException
            MailBee.MailBeeNetworkException
               MailBee.MailBeeRemoteHostException
                  MailBee.MailBeeConnectionException
                     MailBee.MailBeeSocketException
                        MailBee.MailBeeSocketResetException

public class MailBeeSocketResetException : MailBeeSocketException

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

This error corresponds to WSAECONNABORTED Win32 error. InnerException property contains the original SocketException.

Getting this exception during TLS/SSL negotiation often indicates the server does not support the selected security protocol (see SecurityProtocol topic for details).

Requirements

Namespace: MailBee

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBeeSocketResetException Members | MailBee Namespace