An exception to be thrown when a non-existent command is requested.

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 class CommandNotFoundException : Exception
Visual Basic (Declaration)
Public Class CommandNotFoundException _
	Inherits Exception
Visual C++
public ref class CommandNotFoundException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Endeca.Web.Url.Seo.Utility..::.CommandNotFoundException

See Also