AlarmWorkflow.Shared.Diagnostics.ExceptionIntervalLogger.TimedException.TimedException C# (CSharp) Метод

TimedException() публичный Метод

public TimedException ( Exception exception ) : System
exception System.Exception
Результат System
            public TimedException(Exception exception)
            {
                Exception = exception;
                LastLogTime = DateTime.UtcNow;
            }
ExceptionIntervalLogger.TimedException