AK.F1.Timing.MessageReaderBase.ProcessReadException C# (CSharp) Метод

ProcessReadException() приватный Метод

private ProcessReadException ( Exception exc ) : void
exc System.Exception
Результат void
        private void ProcessReadException(Exception exc)
        {
            Debug.Assert(ReadException == null);

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