The exception thrown when authentication fails. Includes a message.

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

Syntax

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

Parameters

s
Type: System..::..String
The message that describes the current exception.

See Also