Elib 0.7
C# library for e-Puck robot
|
The ElibEception is thrown, if an unusual situation happens in Elib. It wraps all other exceptions, which are thrown from Elib. More...
Public Member Functions | |
ElibException () | |
Initializes a new instance of the ElibException class. | |
ElibException (string message) | |
Initializes a new instance of the ElibException class. | |
ElibException (string message, Exception innerException) | |
Initializes a new instance of the ElibException class. |
The ElibEception is thrown, if an unusual situation happens in Elib. It wraps all other exceptions, which are thrown from Elib.
Elib.ElibException.ElibException | ( | ) |
Initializes a new instance of the ElibException class.
Elib.ElibException.ElibException | ( | string | message | ) |
Initializes a new instance of the ElibException class.
message | The message. |
Elib.ElibException.ElibException | ( | string | message, |
Exception | innerException | ||
) |
Initializes a new instance of the ElibException class.
message | The message. |
innerException | The inner exception. |