Home Previous Up Next Index

Ice::FileException

Overview

local exception FileException extends SyscallException

This exception indicates file errors.

Data Members

string path;

The path of the file responsible for the error.


Home Previous Up Next Index