コード例 #1
0
        public override string ToString()
        {
            var result = PropertyName.IsNullOrWhiteSpace()
                ? Reason
                : string.Format("{0} : {1}", PropertyName, Reason);

            return(result);
        }