Exception representing an error while parsing a URL for a UrlENEQuery.

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

Syntax

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

Inheritance Hierarchy

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

See Also