Class QueryNodeError
Error class with NLS support
Inheritance
System.Object
System.Exception
QueryNodeError
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
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 QueryNodeError : Exception, ISerializable, _Exception, INLSException
Constructors
Name | Description |
---|---|
QueryNodeError(IMessage) | |
QueryNodeError(IMessage, Exception) | |
QueryNodeError(Exception) | |
QueryNodeError(SerializationInfo, StreamingContext) | Initializes a new instance of this class with serialized data. |
QueryNodeError(String) |
Properties
Name | Description |
---|---|
MessageObject | MessageObject |
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)