System.Linq.Expressions.Error.SameKeyExistsInExpando C# (CSharp) Метод

SameKeyExistsInExpando() статический приватный Метод

ArgumentException with message like "An element with the same key '{0}' already exists in the ExpandoObject."
static private SameKeyExistsInExpando ( object p0 ) : Exception
p0 object
Результат Exception
        internal static Exception SameKeyExistsInExpando(object p0)
        {
            return new ArgumentException(Strings.SameKeyExistsInExpando(p0));
        }
        /// <summary>
Error