Multiple choice

Which of the following representatives of classes extends exception results when there is no enough memory to carry out an operation?

  1. OutOfMemoryException

  2. XmlException

  3. InvalidOperationException

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

OutOfMemoryException is the representative of the classes that extends exception results when there is not enough memory to carry out an operation.