Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Properties | List of all members
Lucene.Net.Messages.INLSException Interface Reference

Interface that exceptions should implement to support lazy loading of messages. More...

Properties

Message MessageObject [get]
 a instance of a class that implements the Message interface
 

Detailed Description

Interface that exceptions should implement to support lazy loading of messages.

For Native Language Support (NLS), system of software internationalization.

This Interface should be implemented by all exceptions that require translation

Definition at line 31 of file INLSException.cs.

Property Documentation

Message Lucene.Net.Messages.INLSException.MessageObject
get

a instance of a class that implements the Message interface

Definition at line 34 of file INLSException.cs.


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