C# Class RFID.RFIDInterface.rfidLogErrorException

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

Public Properties

Property Type Description
HasBeenLogged bool

Public Methods

Method Description
rfidLogErrorException ( Exception innerException ) : System
rfidLogErrorException ( Exception innerException, bool hasBeenLogged ) : System

Method Details

rfidLogErrorException() public method

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

rfidLogErrorException() public method

public rfidLogErrorException ( Exception innerException, bool hasBeenLogged ) : System
innerException System.Exception
hasBeenLogged bool
return System

Property Details

HasBeenLogged public property

public bool HasBeenLogged
return bool