Endeca Presentation and Logging APIs
Initializes a new instance of the ENEAuthenticationException class

Namespace:  Endeca.Navigation
Assembly:  Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.1.4.0 (6.1.4.3290)

Syntax

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

Parameters

s
Type: System..::.String

[Missing <param name="s"/> documentation for "M:Endeca.Navigation.ENEAuthenticationException.#ctor(System.String)"]

See Also