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

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

System.Reflection.AmbiguousMatchException with message like "More than one key matching '{0}' was found in the ExpandoObject."
static private AmbiguousMatchInExpandoObject ( object p0 ) : Exception
p0 object
Результат System.Exception
        internal static Exception AmbiguousMatchInExpandoObject(object p0)
        {
            return new System.Reflection.AmbiguousMatchException(Strings.AmbiguousMatchInExpandoObject(p0));
        }
        /// <summary>
Error