MailBee.NET Objects 4.0

MailBeeDnsLackOfRecursionException Class

The exception that is thrown if the DNS server returned no records of A type for the given host name.

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

System.Object
   System.Exception
      System.ApplicationException
         MailBee.MailBeeException
            MailBee.MailBeeNetworkException
               MailBee.MailBeeRemoteHostException
                  MailBee.MailBeeProtocolException
                     MailBee.DnsMX.MailBeeDnsProtocolException
                        MailBee.DnsMX.MailBeeDnsLackOfRecursionException

public class MailBeeDnsLackOfRecursionException : MailBeeDnsProtocolException

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

Due to distributed nature of Internet domains database, DNS servers are usually capable of immediate lookup of DNS records only for a limited subset of Internet domains. In order to lookup DNS records for domains belonging to external networks, a DNS server must be capable of DNS recursion which is a process of querying DNS server of higher level in the case when the current DNS server cannot find the requested resource in its local database. If the DNS server does not support recursion, it's practically useless since such server can serve only very restricted set of domains.

Requirements

Namespace: MailBee.DnsMX

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

See Also

MailBeeDnsLackOfRecursionException Members | MailBee.DnsMX Namespace