ExpressionTypeNotInvocable() static private method

A string like "Expression of type '{0}' cannot be invoked"
static private ExpressionTypeNotInvocable ( object p0 ) : string
p0 object
return string
 internal static Exception ExpressionTypeNotInvocable(object p0)
 {
     return(new ArgumentException(Strings.ExpressionTypeNotInvocable(p0)));
 }