Describes general command exceptions.

Namespace:  Bespoke.Robotics.BrainStem.Exceptions
Assembly:  Bespoke.Robotics.BrainStem (in Bespoke.Robotics.BrainStem.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class CommandException : Exception
Visual Basic (Declaration)
Public Class CommandException _
	Inherits Exception
Visual C++
public ref class CommandException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Bespoke.Robotics.BrainStem.Exceptions..::.CommandException

See Also