Construct a new syntax exception with the specified message.

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

Syntax

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

Parameters

s
Type: System..::..String
The message string

See Also