ComponentSpace DNS Class Library Reference

DnsException Class

The exception that is thrown when a DNS operation fails.

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

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

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

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

DnsException Members | ComponentSpace.Dns Namespace