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 »


Freeze::IndexNotFoundException

Overview

local exception IndexNotFoundException

Exception raised when Freeze fails to locate an index.

Data Member Index

mapName — The name of the map in which the index could not be found.
indexName — The name of the index.

Data Members

string mapName;

The name of the map in which the index could not be found.

string indexName;

The name of the index.


  • No labels