字段信息



        public string AppServerIP { get; set; }


        public string AppID { get; set; }


        public Guid ThreadID { get; set; }


        public int CallStackDepth { get; set; }


        public string AssemblyFullName { get; set; }


        public string ClassTypeFullName { get; set; }


        public string MethodName { get; set; }


        public DateTime ExecutionStartTime { get; set; }


        public DateTime ExecutionEndTime { get; set; }


        public long ExecutionStartTicks { get; set; }


        public long ExecutionEndTicks { get; set; }


        public long ExecutionFrequency { get; set; }


        public bool HasThrowException { get; set; }

你可能感兴趣的:(字段信息)