Initialized a new instance of ENEConnectionException with a specified error message.

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

Syntax

C#
public ENEConnectionException(
	string s
)
Visual Basic
Public Sub New ( _
	s As String _
)
Visual C++
public:
ENEConnectionException(
	String^ s
)

Parameters

s
Type: System..::..String
The message that describes the error.

See Also