In short, the answer is yes, it is possible.
For example, if an exception class requires a large object to be initialized as a field, but not enough memory to allocate it, you get an exception object that you would select OutOfMemoryException.
Exceptions are just like any other class and may themselves cause exceptions. There is nothing in the language that prohibits it.
, , - , , .
: ( )
try, catch ( , ). catch, try{}catch{} - , catch, .
- (, OutOfMemory StackOverflow), .