System.Linq.Expressions.Error.UnexpectedVarArgsCall C# (CSharp) Method

UnexpectedVarArgsCall() static private method

InvalidOperationException with message like "Unexpected VarArgs call to method '{0}'"
static private UnexpectedVarArgsCall ( object p0 ) : Exception
p0 object
return Exception
        internal static Exception UnexpectedVarArgsCall(object p0)
        {
            return new InvalidOperationException(Strings.UnexpectedVarArgsCall(p0));
        }
        /// <summary>
Error