Exception thrown when an EndecaCommand is excuted, when setting only a subset of the 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 PartialQueryException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class PartialQueryException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class PartialQueryException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Endeca.Data..::.PartialQueryException

See Also