MailBee.NET Objects 7.2

MailBeeLoginNotPossibleException Class

An abstract parent for all exceptions which indicate that the authentication process cannot proceed under current conditions.

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

System.Object
   System.Exception
      System.ApplicationException
         MailBee.MailBeeException
            MailBee.MailBeeNetworkException
               MailBee.MailBeeRemoteHostException
                  MailBee.MailBeeProtocolException
                     MailBee.MailBeeEmailProtocolException
                        MailBee.MailBeeLoginNotPossibleException
                           MailBee.MailBeeLoginNoCredentialsException
                           MailBee.MailBeeLoginNoSupportedMethodsException

public abstract class MailBeeLoginNotPossibleException : MailBeeEmailProtocolException, 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.

Remarks

This kind of exception can be thought of as "nothing to try". For instance, the account name is not specified, the authentication methods requested by the application are missing in the server capabilities list, etc.

Requirements

Namespace: MailBee

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

See Also

MailBeeLoginNotPossibleException Members | MailBee Namespace