RFID.RFIDInterface.rfidLogErrorException.rfidLogErrorException C# (CSharp) 메소드

rfidLogErrorException() 공개 메소드

public rfidLogErrorException ( Exception innerException ) : System
innerException System.Exception
리턴 System
        public rfidLogErrorException(Exception innerException)
            : base(innerException)
        {
        }

Same methods

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