AK.F1.Timing.MessageReaderBase.ProcessReadException C# (CSharp) Method

ProcessReadException() private method

private ProcessReadException ( Exception exc ) : void
exc System.Exception
return void
        private void ProcessReadException(Exception exc)
        {
            Debug.Assert(ReadException == null);

            Log.Error(exc);
            ReadException = exc;
            ReadException.PreserveStackTrace();
        }