Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
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: