Class EmptyRecord
A DnsResourceRecord not representing any specifc resource record. Used if unsupported ResourceRecordTypes are found in the result.
Inherited Members
Namespace: DnsClient.Protocol
Assembly: DnsClient.dll
Syntax
public class EmptyRecord : DnsResourceRecord
Constructors
| Improve this Doc View SourceEmptyRecord(ResourceRecordInfo)
Initializes a new instance of the EmptyRecord class.
Declaration
public EmptyRecord(ResourceRecordInfo info)
Parameters
Type | Name | Description |
---|---|---|
ResourceRecordInfo | info | The information. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | If |