0

how many inner exceptions may exist in a single exception handling in C#?

how many levels of Inner exception may have in the exception handling in c#.

  • are you speaking about nested exceptions ? Could you give a little definition of innner exceptions or a link to a little explanation or definition ? – user1767316 Mar 07 '20 at 10:13

1 Answers1

0

There is no hard-coded limit. The only possible limit would be the size of your RAM memory (plus paging/swap size).

Mladen B.
  • 2,784
  • 2
  • 23
  • 34