Initializes a new instance of the UnsupportedCommandsException class

Namespace:  Endeca.Web.Url.Seo.Utility
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)

Syntax

C#
public UnsupportedCommandsException(
	string msg
)
Visual Basic (Declaration)
Public Sub New ( _
	msg As String _
)
Visual C++
public:
UnsupportedCommandsException(
	String^ msg
)

Parameters

msg
Type: System..::.String
Message to include with the exception.

See Also