Elib 0.7
C# library for e-Puck robot
|
ArgsException is thrown if wrong arguments are passed to function in Elib. More...
Public Member Functions | |
ArgsException (string message) | |
Initializes a new instance of the ArgsException class. | |
ArgsException (string message, Exception innerException) | |
Initializes a new instance of the ArgsException class. |
ArgsException is thrown if wrong arguments are passed to function in Elib.
Elib.ArgsException.ArgsException | ( | string | message | ) |
Initializes a new instance of the ArgsException class.
message | The message. |
Elib.ArgsException.ArgsException | ( | string | message, |
Exception | innerException | ||
) |
Initializes a new instance of the ArgsException class.
message | The message. |
innerException | The inner exception. |