Ice::DNSException

Overview

local exception DNSException

This exception indicates a DNS problem. For details on the cause, error should be inspected.

Data Member Index

error

The error number describing the DNS problem.

host

The host name that could not be resolved.

error

int error;

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.