Class QueryNodeException
This exception should be thrown if something wrong happens when dealing with IQueryNodes.
It also supports NLS messages.
Inheritance
System.Object
System.Exception
QueryNodeException
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.QueryParser.dll
Syntax
[Serializable]
public class QueryNodeException : Exception, ISerializable, _Exception, INLSException
Constructors
Name | Description |
---|---|
QueryNodeException(IMessage) | |
QueryNodeException(IMessage, Exception) | |
QueryNodeException(Exception) | |
QueryNodeException(SerializationInfo, StreamingContext) | Initializes a new instance of this class with serialized data. |
QueryNodeException(String) |
Fields
Name | Description |
---|---|
m_message |
Properties
Name | Description |
---|---|
Message | |
MessageObject |
Methods
Name | Description |
---|---|
GetLocalizedMessage() | |
GetLocalizedMessage(CultureInfo) | |
ToString() |
Extension Methods
Lucene.Net.Support.ExceptionExtensions.GetSuppressed(System.Exception)
Lucene.Net.Support.ExceptionExtensions.GetSuppressedAsList(System.Exception)
Lucene.Net.Support.ExceptionExtensions.AddSuppressed(System.Exception, System.Exception)
Lucene.Net.Support.ExceptionExtensions.GetSuppressed(System.Exception)
Lucene.Net.Support.ExceptionExtensions.GetSuppressedAsList(System.Exception)
Lucene.Net.Support.ExceptionExtensions.AddSuppressed(System.Exception, System.Exception)
Lucene.Net.Support.ExceptionExtensions.GetSuppressed(System.Exception)
Lucene.Net.Support.ExceptionExtensions.GetSuppressedAsList(System.Exception)
Lucene.Net.Support.ExceptionExtensions.AddSuppressed(System.Exception, System.Exception)