Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.


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