Elib 0.7
C# library for e-Puck robot

Elib.UnconnectedException Class Reference

Thrown if session with e-Puck has not started or has already ended. More...

Inheritance diagram for Elib.UnconnectedException:
Elib.ElibException

List of all members.

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.

Detailed Description

Thrown if session with e-Puck has not started or has already ended.


Constructor & Destructor Documentation

Elib.UnconnectedException.UnconnectedException ( string  message)

Initializes a new instance of the UnconnectedException class.

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

Initializes a new instance of the UnconnectedException 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