MailBee.NET Objects 7.2

MailBeeInvalidResponseException Class

An abstract parent for all exceptions which indicate that a response received from the server cannot be parsed.

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

System.Object
   System.Exception
      System.ApplicationException
         MailBee.MailBeeException
            MailBee.MailBeeNetworkException
               MailBee.MailBeeRemoteHostException
                  MailBee.MailBeeConnectionException
                     MailBee.MailBeeInvalidResponseException
                        MailBee.DnsMX.MailBeeInvalidBinaryResponseException
                        MailBee.MailBeeInvalidTextResponseException

public abstract class MailBeeInvalidResponseException : MailBeeConnectionException

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

Typical example of the situation when the server response cannot be parsed is an attempt to connect to a POP3 server via the SMTP protocol (or vice versa).

Requirements

Namespace: MailBee

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

See Also

MailBeeInvalidResponseException Members | MailBee Namespace