Can we execute multiple catch blocks in C#?
Answer:
No. Once any exception is occurred it executes specific exception catch block and the control comes out.
Can we execute multiple catch blocks in C#?
Answer:
No. Once any exception is occurred it executes specific exception catch block and the control comes out.
© 2017 QuizBucket.org