Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class QueryNodeError

    A query node error.

    Inheritance
    System.Object
    System.Exception
    System.SystemException
    System.ArgumentException
    QueryNodeError
    Implements
    System.Runtime.Serialization.ISerializable
    Inherited Members
    System.ArgumentException.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.ArgumentException.Message
    System.ArgumentException.ParamName
    System.Exception.GetBaseException()
    System.Exception.GetType()
    System.Exception.ToString()
    System.Exception.Data
    System.Exception.HelpLink
    System.Exception.HResult
    System.Exception.InnerException
    System.Exception.Source
    System.Exception.StackTrace
    System.Exception.TargetSite
    System.Exception.SerializeObjectState
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Lucene.Net.QueryParsers.Flexible.Core
    Assembly: Lucene.Net.QueryParser.dll
    Syntax
    [Serializable]
    public class QueryNodeError : ArgumentException, ISerializable, IError

    Constructors

    | Improve this Doc View Source

    QueryNodeError(Exception)

    Initializes a new instance of QueryNodeError with a specified inner exception that is the cause of this exception.

    Declaration
    public QueryNodeError(Exception innerException)
    Parameters
    Type Name Description
    System.Exception innerException

    The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.

    | Improve this Doc View Source

    QueryNodeError(SerializationInfo, StreamingContext)

    Initializes a new instance of this class with serialized data.

    Declaration
    protected QueryNodeError(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.

    System.Runtime.Serialization.StreamingContext context

    The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.

    | Improve this Doc View Source

    QueryNodeError(String)

    Initializes a new instance of QueryNodeError with the specified message.

    Declaration
    public QueryNodeError(string message)
    Parameters
    Type Name Description
    System.String message

    The message that describes the error.

    | Improve this Doc View Source

    QueryNodeError(String, Exception)

    Initializes a new instance of QueryNodeError with a specified error message and a reference to the inner exception that is the cause of this exception.

    Declaration
    public QueryNodeError(string message, Exception innerException)
    Parameters
    Type Name Description
    System.String message

    The message that describes the error.

    System.Exception innerException

    The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.

    | Improve this Doc View Source

    QueryNodeError(String, String)

    Initializes a new instance of QueryNodeError with the specified message and paramName.

    Declaration
    public QueryNodeError(string message, string paramName)
    Parameters
    Type Name Description
    System.String message

    The message that describes the error.

    System.String paramName

    The name of the parameter that caused the current error.

    | Improve this Doc View Source

    QueryNodeError(String, String, Exception)

    Initializes a new instance of QueryNodeError with the specified message, paramName and innerException.

    Declaration
    public QueryNodeError(string message, string paramName, Exception innerException)
    Parameters
    Type Name Description
    System.String message

    The message that describes the error.

    System.String paramName

    The name of the parameter that caused the current error.

    System.Exception innerException

    The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.

    Implements

    System.Runtime.Serialization.ISerializable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.