Problems encountered with individual DNS servers.

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

Syntax

C#
public ReadOnlyCollection<DnsClient..::.NoDefinitiveAnswerException..::.ServerProblem> ServerProblems { get; }
Visual Basic (Declaration)
Public ReadOnly Property ServerProblems As ReadOnlyCollection(Of DnsClient..::.NoDefinitiveAnswerException..::.ServerProblem)

Remarks

Servers are in the same order as they were queried.

See Also