Opens a registry stderr file for reading.
- Parameters
-
| name | The registry name. |
| count | Specifies where to start reading the file. If negative, the file is read from the beginning. Otherwise, the file is read from the last count lines. |
| context | The request context. |
- Returns
- An iterator to read the file. This proxy is never null.
- Exceptions
-
| IceGrid::FileNotAvailableException | Thrown when the file can't be read. |
| IceGrid::RegistryNotExistException | Thrown when the registry doesn't exist. |
| IceGrid::RegistryUnreachableException | Thrown when the registry is unreachable. |