Elib 0.7
C# library for e-Puck robot

Elib.CommandArgsException Class Reference

Thrown if command to e-Puck has nonsense values. More...

Inheritance diagram for Elib.CommandArgsException:
Elib.ArgsException Elib.ElibException

List of all members.

Public Member Functions

 CommandArgsException (string message)
 Initializes a new instance of the CommandArgsException class.
 CommandArgsException (string message, Exception innerException)
 Initializes a new instance of the CommandArgsException class.

Detailed Description

Thrown if command to e-Puck has nonsense values.


Constructor & Destructor Documentation

Elib.CommandArgsException.CommandArgsException ( string  message)

Initializes a new instance of the CommandArgsException class.

Parameters:
messageThe message.
Elib.CommandArgsException.CommandArgsException ( string  message,
Exception  innerException 
)

Initializes a new instance of the CommandArgsException class.

Parameters:
messageThe message.
innerExceptionThe inner exception.

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events