Uses of Class
microsoft.exchange.webservices.data.core.exception.dns.DnsException
-
Packages that use DnsException Package Description microsoft.exchange.webservices.data.dns -
-
Uses of DnsException in microsoft.exchange.webservices.data.dns
Methods in microsoft.exchange.webservices.data.dns that throw DnsException Modifier and Type Method Description static <T extends microsoft.exchange.webservices.data.dns.DnsRecord>
List<T>DnsClient. dnsQuery(Class<T> cls, String domain, String dnsServerAddress)Performs Dns query.protected voidDnsSrvRecord. load(String srvRecord)Initializes a new instance of the DnsSrvRecord class.
-