Exception signalling the mismatch of two incompatible modules in the system while processing the query. Most often this exception is used to signal a mismatch between the IENEConnection and the Endeca MDEX Engine itself.

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

Syntax

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

Inheritance Hierarchy

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

See Also