Ice 3.7 Slice API Reference
Data Members | List of all members
Ice::SyscallException Local Exception Reference

This exception is raised if a system error occurred in the server or client process. More...

defined in <Ice/LocalException.ice>

["cpp:ice_print"]
local exception SyscallException { ... }

Inheritance diagram for Ice::SyscallException:
Inheritance graph
[legend]

Data Members

int error = 0
 The error number describing the system exception. More...
 

Detailed Description

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, SyscallException#error should be inspected.

Data Member Documentation

◆ error

int error = 0

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


The documentation for this exception was generated from the following file: