Exception represents an exception that comes from the Endeca MDEX Engine. Often this means that the IENEConnection was able to contact the MDEX Engine but the MDEX Engine responded with an error.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

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

Inheritance Hierarchy

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

See Also