C# Class RFID.RFIDInterface.rfidException

Inheritance: System.SystemException
Show file Open project: mti-rfid/RFID_Explorer

Public Methods

Method Description
rfidException ( ) : System
rfidException ( Exception innerException ) : System
rfidException ( rfidErrorCode err ) : System
rfidException ( rfidErrorCode err, String message ) : System
rfidException ( string message ) : System

Method Details

rfidException() public method

public rfidException ( ) : System
return System

rfidException() public method

public rfidException ( Exception innerException ) : System
innerException System.Exception
return System

rfidException() public method

public rfidException ( rfidErrorCode err ) : System
err rfidErrorCode
return System

rfidException() public method

public rfidException ( rfidErrorCode err, String message ) : System
err rfidErrorCode
message String
return System

rfidException() public method

public rfidException ( string message ) : System
message string
return System