Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextIce-EncapsulationException
prevIce-DatagramLimitException
Section


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.

Ztop

Data Members

int
Anchor
error
error
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
Anchor
host
host
host;

The host name that could not be resolved.

Ztop

Znav
nextIce-EncapsulationException
prevIce-DatagramLimitException
Section