Elib 0.7
C# library for e-Puck robot

Elib.SerialPortException Class Reference

If SerialPort class throws any exception, than this exception wraps the original exception. After that the SerialPortException is thrown. More...

Inheritance diagram for Elib.SerialPortException:
Elib.ElibException

List of all members.

Public Member Functions

 SerialPortException (string message)
 Initializes a new instance of the SerialPortException class.
 SerialPortException (string message, Exception innerException)
 Initializes a new instance of the SerialPortException class.

Detailed Description

If SerialPort class throws any exception, than this exception wraps the original exception. After that the SerialPortException is thrown.


Constructor & Destructor Documentation

Elib.SerialPortException.SerialPortException ( string  message)

Initializes a new instance of the SerialPortException class.

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

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