Exception thrown when a EndecaCommand is excuted, without setting any properties that express a valid query to the MDEX engine.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[SerializableAttribute]
public class EmptyQueryException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class EmptyQueryException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class EmptyQueryException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Endeca.Data..::.EmptyQueryException

See Also