C# 클래스 RFID.RFIDInterface.rfidException

상속: System.SystemException
파일 보기 프로젝트 열기: mti-rfid/RFID_Explorer

공개 메소드들

메소드 설명
rfidException ( ) : System
rfidException ( Exception innerException ) : System
rfidException ( rfidErrorCode err ) : System
rfidException ( rfidErrorCode err, String message ) : System
rfidException ( string message ) : System

메소드 상세

rfidException() 공개 메소드

public rfidException ( ) : System
리턴 System

rfidException() 공개 메소드

public rfidException ( Exception innerException ) : System
innerException System.Exception
리턴 System

rfidException() 공개 메소드

public rfidException ( rfidErrorCode err ) : System
err rfidErrorCode
리턴 System

rfidException() 공개 메소드

public rfidException ( rfidErrorCode err, String message ) : System
err rfidErrorCode
message String
리턴 System

rfidException() 공개 메소드

public rfidException ( string message ) : System
message string
리턴 System