MailBee.NET Objects 4.0

MailBeeDnsServerDisabledException Class

The exception that is thrown when there was an attempt to connect to the DNS server banned by MailBee because this server is down.

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

System.Object
   System.Exception
      System.ApplicationException
         MailBee.MailBeeException
            MailBee.MailBeeLocalException
               MailBee.DnsMX.MailBeeDnsServerDisabledException

public class MailBeeDnsServerDisabledException : MailBeeLocalException

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

MailBee keeps track of DNS servers failures. If certain server fails, MailBee bans it for DnsNextAttemptInterval amount of time, and MailBee switches to the next server in turn. If all the available servers become banned, this exception is thrown for the last server.

Requirements

Namespace: MailBee.DnsMX

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

See Also

MailBeeDnsServerDisabledException Members | MailBee.DnsMX Namespace