C# Class PInvokeSerialPort.CommPortException

Exception used for all errors.
Inheritance: System.ApplicationException
Afficher le fichier Open project: ebraminio/PInvokeSerialPort

Méthodes publiques

Méthode Description
CommPortException ( Exception e ) : System

Constructor for re-raising exceptions from receive thread

CommPortException ( string desc ) : System

Constructor for raising direct exceptions

Method Details

CommPortException() public méthode

Constructor for re-raising exceptions from receive thread
public CommPortException ( Exception e ) : System
e System.Exception Inner exception raised on receive thread
Résultat System

CommPortException() public méthode

Constructor for raising direct exceptions
public CommPortException ( string desc ) : System
desc string Description of error
Résultat System