
QueryParseException
- Namespace
- Rowles.LeanCorpus.Search.Parsing
- Assembly
- Rowles.LeanCorpus.dll
Exception thrown when a query string cannot be parsed.
public sealed class QueryParseException : FormatException, ISerializable
QueryParseException
Constructors
QueryParseException(string)
Initialises a new QueryParseException with the supplied message.
QueryParseException(string, int)
Initialises a new QueryParseException with the supplied message and character offset.
Properties
Offset
Gets the zero-based character offset within the query string where the error was detected.