Domain Detective

API Reference

Class

UnsupportedTldException

Namespace DomainDetective
Assembly DomainDetective
Base Exception
Implements
ISerializable

Exception thrown when a TLD is not supported for WHOIS lookups.

Inheritance

  • Exception
  • UnsupportedTldException

Constructors

public UnsupportedTldException(String domain, String tld) #

Initializes a new instance of the UnsupportedTldException class.

Parameters

domain System.String requiredposition: 0
The domain name.
tld System.String requiredposition: 1
The unsupported TLD.

Properties

public String Domain { get; } #

Gets the domain that was queried.

public String Tld { get; } #

Gets the unsupported top-level domain.

{{ include "footer" }}