Ice 3.7 Slice API Reference
Data Members | List of all members
Ice::DNSException Local Exception Reference

This exception indicates a DNS problem. More...

defined in <Ice/LocalException.ice>

["cpp:ice_print"]
local exception DNSException { ... }

Data Members

int error = 0
 The error number describing the DNS problem. More...
 
string host
 The host name that could not be resolved. More...
 

Detailed Description

This exception indicates a DNS problem.

For details on the cause, DNSException#error should be inspected.

Data Member Documentation

◆ error

int error = 0

The error number describing the DNS problem.

For C++ and Unix, this is equivalent to h_errno. For C++ and Windows, this is the value returned by WSAGetLastError().

◆ host

string host

The host name that could not be resolved.


The documentation for this exception was generated from the following file: