Table of Contents

Public classSealed 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

Public constructor QueryParseException(string)

Initialises a new QueryParseException with the supplied message.

Public constructor QueryParseException(string, int)

Initialises a new QueryParseException with the supplied message and character offset.

Properties

Public propertyRead-only Offset

Gets the zero-based character offset within the query string where the error was detected.