Exception signalling that the query method was called with an empty query object. Exception comes from the fact that a query object did not express any requests to the Endeca MDEX Engine.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public class EmptyENEQueryException : ENEQueryException
Visual Basic
Public Class EmptyENEQueryException _
	Inherits ENEQueryException
Visual C++
public ref class EmptyENEQueryException : public ENEQueryException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Endeca.Navigation..::..ENEQueryException
      Endeca.Navigation..::..EmptyENEQueryException

See Also