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

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

InvalidOperationException with message like "Type parameter is {0}. Expected a delegate."
static private TypeParameterIsNotDelegate ( object p0 ) : Exception
p0 object
Результат Exception
        internal static Exception TypeParameterIsNotDelegate(object p0)
        {
            return new InvalidOperationException(Strings.TypeParameterIsNotDelegate(p0));
        }
        /// <summary>
Error