The requested domain name exists but has no records of the requested type.

Namespace:  JHSoftware
Assembly:  JHSoftware.DnsClient (in JHSoftware.DnsClient.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public class NoDataException : Exception
Visual Basic (Declaration)
Public Class NoDataException _
	Inherits Exception

Remarks

The DNS server returned a "No Data" response - no answer records and a matching SOA-record in the Authority section.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    JHSoftware..::.DnsClient..::.NoDataException

See Also