Elib 0.7
C# library for e-Puck robot
|
Thrown if session with e-Puck has not started or has already ended. More...
Public Member Functions | |
UnconnectedException (string message) | |
Initializes a new instance of the UnconnectedException class. | |
UnconnectedException (string message, Exception innerException) | |
Initializes a new instance of the UnconnectedException class. |
Thrown if session with e-Puck has not started or has already ended.
Elib.UnconnectedException.UnconnectedException | ( | string | message | ) |
Initializes a new instance of the UnconnectedException class.
message | The message. |
Elib.UnconnectedException.UnconnectedException | ( | string | message, |
Exception | innerException | ||
) |
Initializes a new instance of the UnconnectedException class.
message | The message. |
innerException | The inner exception. |