Documentation for Ice 3.4. The latest release is Ice 3.7. Refer to the space directory for other releases.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


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.

Data Members

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().

string host;

The host name that could not be resolved.


  • No labels