Elib 0.7
C# library for e-Puck robot
|
The TimeoutElibException is thrown if the "End" function implementing IAsyncResult was called and indicates that the answer to command has not been delivered in time. More...
Public Member Functions | |
TimeoutElibException (string message) | |
Initializes a new instance of the TimeoutElibException class. | |
TimeoutElibException (string message, Exception innerException) | |
Initializes a new instance of the TimeoutElibException class. |
The TimeoutElibException is thrown if the "End" function implementing IAsyncResult was called and indicates that the answer to command has not been delivered in time.
Elib.TimeoutElibException.TimeoutElibException | ( | string | message | ) |
Initializes a new instance of the TimeoutElibException class.
message | The message. |
Elib.TimeoutElibException.TimeoutElibException | ( | string | message, |
Exception | innerException | ||
) |
Initializes a new instance of the TimeoutElibException class.
message | The message. |
innerException | The inner exception. |