MailBee.NET Objects 4.0

MailBeeSocketTimeoutException Class

The exception that is thrown when underlying socket operation encounters a timeout and throws SocketException.

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

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

public class MailBeeSocketTimeoutException : 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 WSAETIMEDOUT Win32 error. InnerException property contains the original SocketException.

Requirements

Namespace: MailBee

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

See Also

MailBeeSocketTimeoutException Members | MailBee Namespace