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

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

System.Collections.Generic.KeyNotFoundException with message like "The specified key '{0}' does not exist in the ExpandoObject."
static private KeyDoesNotExistInExpando ( object p0 ) : Exception
p0 object
Результат System.Exception
        internal static Exception KeyDoesNotExistInExpando(object p0)
        {
            return new System.Collections.Generic.KeyNotFoundException(Strings.KeyDoesNotExistInExpando(p0));
        }
        /// <summary>
Error