Elib 0.7
C# library for e-Puck robot
|
Thrown if command to e-Puck has nonsense values. More...
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. |
Thrown if command to e-Puck has nonsense values.
Elib.CommandArgsException.CommandArgsException | ( | string | message | ) |
Initializes a new instance of the CommandArgsException class.
message | The message. |
Elib.CommandArgsException.CommandArgsException | ( | string | message, |
Exception | innerException | ||
) |
Initializes a new instance of the CommandArgsException class.
message | The message. |
innerException | The inner exception. |