C# 클래스 PInvokeSerialPort.CommPortException

Exception used for all errors.
상속: System.ApplicationException
파일 보기 프로젝트 열기: ebraminio/PInvokeSerialPort

공개 메소드들

메소드 설명
CommPortException ( Exception e ) : System

Constructor for re-raising exceptions from receive thread

CommPortException ( string desc ) : System

Constructor for raising direct exceptions

메소드 상세

CommPortException() 공개 메소드

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

CommPortException() 공개 메소드

Constructor for raising direct exceptions
public CommPortException ( string desc ) : System
desc string Description of error
리턴 System