Show / Hide Table of Contents

    Interface INLSException

    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.QueryParsers.Flexible.Messages
    Assembly: Lucene.Net.QueryParser.dll
    Syntax
    public interface INLSException

    Properties

    | Improve this Doc View Source

    MessageObject

    an instance of a class that implements the Message interface

    Declaration
    IMessage MessageObject { get; }
    Property Value
    Type Description
    IMessage
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)