Elib 0.7
C# library for e-Puck robot
|
If SerialPort class throws any exception, than this exception wraps the original exception. After that the SerialPortException is thrown. More...
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. |
If SerialPort class throws any exception, than this exception wraps the original exception. After that the SerialPortException is thrown.
Elib.SerialPortException.SerialPortException | ( | string | message | ) |
Initializes a new instance of the SerialPortException class.
message | The message. |
Elib.SerialPortException.SerialPortException | ( | string | message, |
Exception | innerException | ||
) |
Initializes a new instance of the SerialPortException class.
message | The message |
innerException | The inner exception. |