The exception that is thrown when an SphinxQL error occurs.

Namespace: Gronewold.SphinxConnector.SphinxQL
Assembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)

Syntax

C#
[SerializableAttribute]
public class SphinxQLException : SphinxException
Visual Basic
<SerializableAttribute> _
Public Class SphinxQLException _
	Inherits SphinxException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Gronewold.SphinxConnector..::..SphinxException
      Gronewold.SphinxConnector.SphinxQL..::..SphinxQLException

See Also