Class ParserException
Thrown when the xml queryparser encounters invalid syntax/configuration.
Inheritance
System.Object
System.Exception
ParserException
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.QueryParsers.Xml
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class ParserException : Exception
Constructors
| Improve this Doc View SourceParserException()
Declaration
public ParserException()
ParserException(Exception)
Declaration
public ParserException(Exception cause)
Parameters
Type | Name | Description |
---|---|---|
System. |
cause |
ParserException(String)
Declaration
public ParserException(string message)
Parameters
Type | Name | Description |
---|---|---|
System. |
message |
ParserException(String, Exception)
Declaration
public ParserException(string message, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | |
System. |
cause |