Elib 0.7
C# library for e-Puck robot

Elib.ElibException Class Reference

The ElibEception is thrown, if an unusual situation happens in Elib. It wraps all other exceptions, which are thrown from Elib. More...

Inheritance diagram for Elib.ElibException:
Elib.ArgsException Elib.SerialPortException Elib.TimeoutElibException Elib.UnconnectedException Elib.CommandArgsException

List of all members.

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.

Detailed Description

The ElibEception is thrown, if an unusual situation happens in Elib. It wraps all other exceptions, which are thrown from Elib.


Constructor & Destructor Documentation

Elib.ElibException.ElibException ( )

Initializes a new instance of the ElibException class.

Elib.ElibException.ElibException ( string  message)

Initializes a new instance of the ElibException class.

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

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