Monday, April 8, 2019

Interview Questions and Answers on Exception handling in C#  ( Part-3 )

Question: Can we use try catch block inside of Catch block?
Answer: Yes.






No comments:

Post a Comment

C# Record type: Something to remember while using record types

  Record in c# provide a concise and expressive way to create immutable data types, record is a keyword in c#, we can use this keyword with ...