DnsResponseException

DnsResponseException class

public class DnsResponseException : Exception

Constructors

Name Description
DnsResponseException() The default constructor.
DnsResponseException(DnsResponseCode)
DnsResponseException(string)
DnsResponseException(DnsResponseCode, string)
DnsResponseException(string, Exception)
DnsResponseException(DnsResponseCode, string, Exception)

Properties

Name Description
AuditTrail { get; }
Code { get; }
DnsError { get; }

See Also