Versions Compared

Key

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


Ice::SyscallException

Overview

local exception SyscallException

This exception is raised if a system error occurred in the server or client process. There are many possible causes for such a system exception. For details on the cause, error should be inspected.

Derived Exceptions

Data Member Index

error — The error number describing the system exception.

Ztop

Data Members

int
Anchor
error
error
error;

The error number describing the system exception. For C++ and Unix, this is equivalent to errno. For C++ and Windows, this is the value returned by GetLastError() or WSAGetLastError().

Ztop

Znav
nextIce-TCPConnectionInfo
prevIce-StringConversionException
Section