For example, let's say we have some expression: $$ \lim_{n \rightarrow \infty} \exp(f(n)) $$
This can be solved as $$ \exp(\lim_{n \rightarrow \infty} f(n)) $$
What governs the ability that allows us to move the limit inside the exponential? Based on When can I move the limit operand into a function?, it seems the function (exponential in this case) has to be continuous.
Is that the only requirement? Are there any requirements for things like convexity or monotonicity of the function?