Initializes a new instance of the CommandNotFoundException class

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

Syntax

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

Parameters

msg
Type: System..::.String
Exception message string.

See Also