MailBee.NET Objects 7.2

MailBeeImapLoginNegativeResponseException Class

An abstract parent for all exceptions which indicate the IMAP server replied with a negative response during authentication of the user.

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

System.Object
   System.Exception
      System.ApplicationException
         MailBee.MailBeeException
            MailBee.MailBeeNetworkException
               MailBee.MailBeeRemoteHostException
                  MailBee.MailBeeProtocolException
                     MailBee.MailBeeEmailProtocolException
                        MailBee.MailBeeEmailProtocolNegativeResponseException
                           MailBee.ImapMail.MailBeeImapNegativeResponseException
                              MailBee.ImapMail.MailBeeImapLoginNegativeResponseException
                                 MailBee.ImapMail.MailBeeImapLoginBadCredentialsException
                                 MailBee.ImapMail.MailBeeImapLoginBadMethodException

public abstract class MailBeeImapLoginNegativeResponseException : MailBeeImapNegativeResponseException, IMailBeeLoginNegativeResponseException, IMailBeeLoginException

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.

Requirements

Namespace: MailBee.ImapMail

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

See Also

MailBeeImapLoginNegativeResponseException Members | MailBee.ImapMail Namespace