C# Class RFID.RFIDInterface.rfidInvalidPacketFieldException

Inheritance: rfidInvalidPacketException
Show file Open project: mti-rfid/RFID_Explorer

Public Methods

Method Description
rfidInvalidPacketFieldException ( string fieldName, string expectedValue, string actualValue ) : System

Method Details

rfidInvalidPacketFieldException() public method

public rfidInvalidPacketFieldException ( string fieldName, string expectedValue, string actualValue ) : System
fieldName string
expectedValue string
actualValue string
return System