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