ComponentSpace DNS Class Library Reference

DnsLookupException Class

The exception that is thrown when a DNS lookup fails.

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

System.Object
   System.Exception
      System.ApplicationException
         ComponentSpace.Dns.DnsException
            ComponentSpace.Dns.DnsLookupException

[Visual Basic]
Public Class DnsLookupException
    Inherits DnsException
[C#]
public class DnsLookupException : DnsException

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: ComponentSpace.Dns

Assembly: ComponentSpace.Dns (in ComponentSpace.Dns.dll)

See Also

DnsLookupException Members | ComponentSpace.Dns Namespace