Exception represents an error dealing with the communication with an Endeca MDEX Engine from an IENEConnection.

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

Syntax

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

Inheritance Hierarchy

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

See Also