InterviewSolution
Saved Bookmarks
| 1. |
What are Chained Exceptions in C#? |
|
Answer» A chain of try-catch statements to HANDLE exceptions are CHAINED Exceptions in C#. To CREATE a chain of exceptions i.e. chained exceptions: |
|