Represents the exception that is thrown when an an authentication failure error occurred while connecting to or executing a query against the MDEX engine.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[SerializableAttribute]
public class AuthenticationException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class AuthenticationException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class AuthenticationException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Endeca.Data..::.AuthenticationException

See Also