Elib 0.7
C# library for e-Puck robot

Elib.TimeoutElibException Class Reference

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...

Inheritance diagram for Elib.TimeoutElibException:
Elib.ElibException

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

Elib.TimeoutElibException.TimeoutElibException ( string  message)

Initializes a new instance of the TimeoutElibException class.

Parameters:
messageThe message.
Elib.TimeoutElibException.TimeoutElibException ( string  message,
Exception  innerException 
)

Initializes a new instance of the TimeoutElibException class.

Parameters:
messageThe message.
innerExceptionThe inner exception.

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events