Correct Answer: A function is limited to throwing only a specified list of exceptions.
Explanation:
C++ provides a mechanism to ensure that a given function is limited to throwing only a specified list of exceptions. It is called as exception specification.