Initialized a new instance of ENEException 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 ENEException(
	string s
)
Visual Basic
Public Sub New ( _
	s As String _
)
Visual C++
public:
ENEException(
	String^ s
)

Parameters

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

See Also