MailBee.NET Objects 4.0

MailBeeSmtpLoginNegativeResponseException Class

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

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

System.Object
   System.Exception
      System.ApplicationException
         MailBee.MailBeeException
            MailBee.MailBeeNetworkException
               MailBee.MailBeeRemoteHostException
                  MailBee.MailBeeProtocolException
                     MailBee.MailBeeEmailProtocolException
                        MailBee.MailBeeEmailProtocolNegativeResponseException
                           MailBee.SmtpMail.MailBeeSmtpNegativeResponseException
                              MailBee.SmtpMail.MailBeeSmtpLoginNegativeResponseException
                                 MailBee.SmtpMail.MailBeeSmtpLoginBadCredentialsException
                                 MailBee.SmtpMail.MailBeeSmtpLoginBadMethodException

public abstract class MailBeeSmtpLoginNegativeResponseException : MailBeeSmtpNegativeResponseException, 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.SmtpMail

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

See Also

MailBeeSmtpLoginNegativeResponseException Members | MailBee.SmtpMail Namespace