Ice 3.6 Slice API 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... | |
This exception indicates a DNS problem.
For details on the cause, DNSException#error should be inspected.
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()
.
string host |
The host name that could not be resolved.