The exception thrown when authentication fails. Includes a message and an Exception instance.

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

Syntax

C#
protected internal ENEAuthenticationException(
	string s,
	Exception e
)
Visual Basic
Protected Friend Sub New ( _
	s As String, _
	e As Exception _
)
Visual C++
protected public:
ENEAuthenticationException(
	String^ s, 
	Exception^ e
)

Parameters

s
Type: System..::..String
The message that describes the current exception.
e
Type: System..::..Exception
The Exception instance that caused the current exception.

See Also