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

Namespace: Lucene.Net.Messages
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public interface NLSException
Visual Basic
Public Interface NLSException
Visual C++
public interface class NLSException

See Also