Domain Detective

API Reference

Class

ExtendedDnsErrorInfo

Namespace DnsClientX
Assembly DnsClientX

Provides extended DNS error information as defined by RFC 8914.

Inheritance

  • Object
  • ExtendedDnsErrorInfo

Remarks

Servers may include this structure when additional diagnostics are available for a failed query.

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

Properties

public Int32 Code { get; set; } #

Gets or sets the extended DNS error code.

public String Text { get; set; } #

Gets or sets the additional text describing the error.

{{ include "footer" }}